mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Forcibly add -O2 to the vgaio CFLAGS, to work around a gcc bug.
This commit is contained in:
parent
361b945d4c
commit
2b33ce9350
@ -22,6 +22,7 @@ YACC= yacc
|
||||
LFLAGS+= -I
|
||||
LDADD= -lm -ly -ll
|
||||
|
||||
CFLAGS= -O2 # due to a gcc bug, it compiles only with -O2!
|
||||
CFLAGS+= -I ${.CURDIR}/obj -I ${.CURDIR} -g
|
||||
|
||||
CLEANFILES+= y.tab.h
|
||||
|
Loading…
Reference in New Issue
Block a user