From: slack Date: Fri, 12 Jun 2009 14:37:59 +0000 (+0200) Subject: new CFLAGS X-Git-Url: http://slack.codemaniacs.com/git/?a=commitdiff_plain;h=28734bcee768cee4ada5f1a49872a33ed278d0cf;p=lolailo.git new CFLAGS --- diff --git a/Makefile b/Makefile index c130983..92f2870 100644 --- 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