1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

turn off debug build by default

This commit is contained in:
Alan Eldridge 2003-01-29 12:07:16 +00:00
parent 28120af978
commit 8cc5bca304
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74206
2 changed files with 8 additions and 8 deletions

View File

@ -68,12 +68,12 @@ CONFIGURE_ARGS+=--enable-final
.endif
.if !defined(_NO_KDE_NDEBUG)
#.if defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
#CONFIGURE_ARGS+=--disable-debug
#.else
.if defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
CONFIGURE_ARGS+=--disable-debug
.else
CONFIGURE_ARGS+=--enable-debug
STRIP=''
#.endif # defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
.endif # defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
.endif # !defined(_NO_KDE_NDEBUG)
.if !defined(_NO_KDE_NON_I386_OPTS)

View File

@ -68,12 +68,12 @@ CONFIGURE_ARGS+=--enable-final
.endif
.if !defined(_NO_KDE_NDEBUG)
#.if defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
#CONFIGURE_ARGS+=--disable-debug
#.else
.if defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
CONFIGURE_ARGS+=--disable-debug
.else
CONFIGURE_ARGS+=--enable-debug
STRIP=''
#.endif # defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
.endif # defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
.endif # !defined(_NO_KDE_NDEBUG)
.if !defined(_NO_KDE_NON_I386_OPTS)