From 88ced015617ba86869b70a367dd25f75b35d66e4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 8 Aug 2003 04:09:15 +0000 Subject: commented out optimizations to make it compile on powerpc (-O3 is apparently unstable on G4s) svn path=/trunk/externals/zexy/; revision=834 --- src/makefile.linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/makefile.linux') 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 -- cgit v1.2.1