summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-01-21 14:41:45 +0000
committerbde <bde@FreeBSD.org>1995-01-21 14:41:45 +0000
commit99553d78fd20f5686ffadc75522ec195033a2422 (patch)
tree5218221db7680c36881e53aee0435702ec95e09a /usr.bin/f2c
parentbd41d459e46c875c5fa1e14b61925f8a9f74d3e6 (diff)
downloadFreeBSD-src-99553d78fd20f5686ffadc75522ec195033a2422.zip
FreeBSD-src-99553d78fd20f5686ffadc75522ec195033a2422.tar.gz
Don't default to -g in ${CFLAGS}. Developers can still use `make g=-g ...'
for debugging. The default ${CFLAGS} still clobbers the system default of -O2 to -O.
Diffstat (limited to 'usr.bin/f2c')
-rw-r--r--usr.bin/f2c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/f2c/Makefile b/usr.bin/f2c/Makefile
index eea5cf4..0f6df6e 100644
--- a/usr.bin/f2c/Makefile
+++ b/usr.bin/f2c/Makefile
@@ -2,7 +2,7 @@
PROG= f2c
-g = -O -g
+g = -O
CFLAGS = $g -DANSI_Libraries -I${.CURDIR} -I.
SHELL = /bin/sh
OpenPOWER on IntegriCloud