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:
parent
adda42bec2
commit
ad9f2a901e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139458
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user