OSDN Git Service

- Default to -O2 instead of -Os with GCC, because the GCC 4.7.2 bundled with current...
authorRandy Heit <rheit@zdoom.fake>
Fri, 15 Mar 2013 23:41:27 +0000 (23:41 +0000)
committerRandy Heit <rheit@zdoom.fake>
Fri, 15 Mar 2013 23:41:27 +0000 (23:41 +0000)
SVN r4183 (trunk)

Makefile

index 0716d1e..1a7af60 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ EXENAME = acc
 endif\r
 endif\r
 \r
-CFLAGS ?= -Os -Wall -W -fomit-frame-pointer\r
+CFLAGS ?= -O2 -Wall -W\r
 LDFLAGS ?= -s\r
 VERNUM = 153\r
 \r