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:
Mario Sergio Fujikawa Ferreira 2002-05-14 16:37:07 +00:00
parent 316bfc50ea
commit e8b09fe591
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59089
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)