- Default to -O2 instead of -Os with GCC, because the GCC 4.7.2 bundled with current Ubuntus generates invalid code with -Os.

SVN r4183 (trunk)
This commit is contained in:
Randy Heit 2013-03-15 23:41:27 +00:00
parent 67e89c4107
commit df8996df4f

View file

@ -16,7 +16,7 @@ EXENAME = acc
endif
endif
CFLAGS ?= -Os -Wall -W -fomit-frame-pointer
CFLAGS ?= -O2 -Wall -W
LDFLAGS ?= -s
VERNUM = 153