Revert debugging building option: no-debug is default unless
WITH_DEBUG Submitted by: Alan E <ports@geeksrus.net> Approved by: will
This commit is contained in:
parent
316bfc50ea
commit
e8b09fe591
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59089
@ -44,7 +44,7 @@ CONFIGURE_ARGS= -prefix ${QT_PREFIX} \
|
||||
-no-nas-sound -sm -remote \
|
||||
-docdir ${QT_PREFIX}/share/doc/qt \
|
||||
-I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
.if !defined(NO_DEBUG)
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+= -debug
|
||||
.endif
|
||||
.if defined(WITH_OPENGL)
|
||||
|
@ -44,7 +44,7 @@ CONFIGURE_ARGS= -prefix ${QT_PREFIX} \
|
||||
-no-nas-sound -sm -remote \
|
||||
-docdir ${QT_PREFIX}/share/doc/qt \
|
||||
-I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
.if !defined(NO_DEBUG)
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+= -debug
|
||||
.endif
|
||||
.if defined(WITH_OPENGL)
|
||||
|
@ -44,7 +44,7 @@ CONFIGURE_ARGS= -prefix ${QT_PREFIX} \
|
||||
-no-nas-sound -sm -remote \
|
||||
-docdir ${QT_PREFIX}/share/doc/qt \
|
||||
-I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
.if !defined(NO_DEBUG)
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+= -debug
|
||||
.endif
|
||||
.if defined(WITH_OPENGL)
|
||||
|
@ -44,7 +44,7 @@ CONFIGURE_ARGS= -prefix ${QT_PREFIX} \
|
||||
-no-nas-sound -sm -remote \
|
||||
-docdir ${QT_PREFIX}/share/doc/qt \
|
||||
-I${LOCALBASE}/include -L${LOCALBASE}/lib
|
||||
.if !defined(NO_DEBUG)
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+= -debug
|
||||
.endif
|
||||
.if defined(WITH_OPENGL)
|
||||
|
Loading…
Reference in New Issue
Block a user