1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Add -g in CFLAGS and STRIP= #empty when use WITH_DEBUG knob.

Requested by:	jylefort
Reviewed by:	jylefort and marcus in #freebsd-gnome (freenode)
This commit is contained in:
Jeremy Messenger 2005-07-18 03:59:11 +00:00
parent adda42bec2
commit ad9f2a901e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139458
2 changed files with 4 additions and 0 deletions

View File

@ -65,7 +65,9 @@ CONFIGURE_ARGS+= --enable-debug=no
CONFIGURE_ARGS+= --enable-debug=yes
.else
CONFIGURE_ARGS+= --enable-debug=minimum
CFLAGS+= -g
.endif
STRIP=
.endif
.endif

View File

@ -65,7 +65,9 @@ CONFIGURE_ARGS+= --enable-debug=no
CONFIGURE_ARGS+= --enable-debug=yes
.else
CONFIGURE_ARGS+= --enable-debug=minimum
CFLAGS+= -g
.endif
STRIP=
.endif
.endif