summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2008-10-05 19:15:48 -0700
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commitf9f50d1fb0346e662b8ef6eab8924e0b07489506 (patch)
treef416eb5e5f9a5571293970d2abbb3ff9df8e6620
parent4b5f7e00b646e95a043932bf65a5bbac03596339 (diff)
CFLAGS tweaks.
-rw-r--r--Makefile6
1 files 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)