aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-08 04:09:15 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2003-08-08 04:09:15 +0000
commit88ced015617ba86869b70a367dd25f75b35d66e4 (patch)
tree459a2b841eb67aa2561cdeb3eba11dea31bc6c3a
parentd16a2a631100a13dc2965456bfbfa000bf30d45f (diff)
commented out optimizations to make it compile on powerpc (-O3 is apparently unstable on G4s)
svn path=/trunk/externals/zexy/; revision=834
-rw-r--r--src/makefile.linux4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.linux b/src/makefile.linux
index 7369bde..4fdcdd8 100644
--- a/src/makefile.linux
+++ b/src/makefile.linux
@@ -55,8 +55,8 @@ LINCLUDE =
$(LINUXOBJECTS): *.h
-#CFLAGS = -O2 -g -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS)
-CFLAGS = -O3 -march=pentium3 -g -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS)
+CFLAGS = -O2 -g -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS)
+#CFLAGS = -O3 -march=pentium3 -g -Wall $(LINCLUDE) $(UCFLAGS) $(AFLAGS)
everything: clean all install distclean