From 28734bcee768cee4ada5f1a49872a33ed278d0cf Mon Sep 17 00:00:00 2001 From: slack Date: Fri, 12 Jun 2009 16:37:59 +0200 Subject: [PATCH] new CFLAGS --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.34.1