1
0
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:
Torsten Blum 1995-05-06 00:23:25 +00:00
parent 5de4fcb25b
commit 0d2aedff3c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1639

View File

@ -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