From 7824e7b2c56809ca092ad7e3589a3a5bee23ee89 Mon Sep 17 00:00:00 2001 From: stephena Date: Thu, 31 Oct 2002 20:44:26 +0000 Subject: [PATCH] Added compile flags for Athlon XP based processors (the one I use now). git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@117 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/build/makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stella/src/build/makefile b/stella/src/build/makefile index 0559074e5..7a33178b9 100644 --- a/stella/src/build/makefile +++ b/stella/src/build/makefile @@ -13,7 +13,7 @@ ## See the file "license" for information on usage and redistribution of ## this file, and for a DISCLAIMER OF ALL WARRANTIES. ## -## $Id: makefile,v 1.23 2002-10-11 13:06:59 stephena Exp $ +## $Id: makefile,v 1.24 2002-10-31 20:44:26 stephena Exp $ ##============================================================================ ##============================================================================ @@ -32,6 +32,10 @@ OPTIMIZATIONS = -O2 -Wall -Wno-unused # OPTIMIZATIONS = -O3 -mcpu=athlon -march=athlon -Wall -Wno-unused \ # -funroll-loops -fstrength-reduce -fomit-frame-pointer -ffast-math \ # -falign-functions=2 -falign-jumps=2 -falign-loops=2 +### to get full optimization under gcc/x Athlon-XP based OS's.. +# OPTIMIZATIONS = -O3 -mcpu=athlon-xp -march=athlon-xp -Wall -Wno-unused \ +# -funroll-loops -fstrength-reduce -fomit-frame-pointer -ffast-math \ +# -falign-functions=2 -falign-jumps=2 -falign-loops=2 ### if your C++ compiler doesn't support the bool type # BSPF_BOOL = 1