Forcibly add -O2 to the vgaio CFLAGS, to work around a gcc bug.
This commit is contained in:
parent
5432c0485e
commit
b62942a438
@ -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