new CFLAGS
authorslack <slack@codemaniacs.com>
Fri, 12 Jun 2009 14:37:59 +0000 (16:37 +0200)
committerslack <slack@codemaniacs.com>
Fri, 12 Jun 2009 14:37:59 +0000 (16:37 +0200)
Makefile

index c130983cdadf8175bb9b4f4880ceae14583f7191..92f287015b4ec031076a17c63c5aa58a632674f1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,10 @@
 CC=gcc -m32
 
-CFLAGS=-std=c99 -Os -Wall -s
+CFLAGS=-std=c99 -Os -Wall -s \
+       -march=pentium4 -ffast-math -nodefaultlibs \
+       -fomit-frame-pointer -fno-strict-aliasing -fno-common \
+       -fpeephole2 -fexpensive-optimizations -frerun-cse-after-loop \
+       $(shell sdl-config --cflags)
 LDFLAGS=-lSDL-1.2 -nostartfiles
 
 all: lolailo