mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
remove -g from CFLAGS
This commit is contained in:
parent
5de4fcb25b
commit
0d2aedff3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1639
@ -13,7 +13,7 @@
|
||||
|
||||
STATICFLAG=FOOBAR${HOST_ARCH}
|
||||
|
||||
! CFLAGS = -g -O -I. ${$(STATICFLAG)}
|
||||
! CFLAGS = -O -I. ${$(STATICFLAG)}
|
||||
# The following is better if you want to make sure you run with SYSV defined
|
||||
# CFLAGS = -g -I. ${$(STATICFLAG)} -DSYSV
|
||||
# Also, for SGI Irix, compile in K&R mode
|
||||
|
Loading…
Reference in New Issue
Block a user