mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 20:54:13 +01:00
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.
This commit is contained in:
parent
bd41d459e4
commit
99553d78fd
@ -2,7 +2,7 @@
|
||||
|
||||
PROG= f2c
|
||||
|
||||
g = -O -g
|
||||
g = -O
|
||||
CFLAGS = $g -DANSI_Libraries -I${.CURDIR} -I.
|
||||
SHELL = /bin/sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user