mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
turn off debug build by default
This commit is contained in:
parent
28120af978
commit
8cc5bca304
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74206
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user