From f9f50d1fb0346e662b8ef6eab8924e0b07489506 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 5 Oct 2008 19:15:48 -0700 Subject: [PATCH] CFLAGS tweaks. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 28a5753..325fccf 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ CC = gcc CXX = g++ -#CFLAGS = -g -Wall -pipe -CFLAGS = -m32 -g -Wall -pipe -O2 -#CFLAGS = -DNDEBUG -Wall -pipe -O6 -ffast-math -fomit-frame-pointer -march=pentium -mcpu=pentiumpro +CFLAGS = -m32 -g -Wall -pipe +#CFLAGS += -O2 +#CFLAGS += -DNDEBUG -O6 -ffast-math -fomit-frame-pointer -march=pentium3 -mtune=pentium4 CFLAGS += -Isrc -Isrc/include -Isrc/win95 -Isrc/avp -Isrc/avp/win95 -Isrc/avp/support -Isrc/avp/win95/frontend -Isrc/avp/win95/gadgets CFLAGS += $(shell sdl-config --cflags) $(shell openal-config --cflags)