aboutsummaryrefslogtreecommitdiff
path: root/externals/build/linux
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-06-17 03:15:56 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2004-06-17 03:15:56 +0000
commitcefab503b7db648244a4244ef255d15609e2c205 (patch)
tree6ac10868144fa0e610c2b36672e5872424acd635 /externals/build/linux
parent7c8882d69a80ba4e0c510c6f0cf2124daf6d1a8c (diff)
oops, forgot the -O3
svn path=/trunk/; revision=1815
Diffstat (limited to 'externals/build/linux')
-rw-r--r--externals/build/linux/makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/externals/build/linux/makefile b/externals/build/linux/makefile
index 16e652c2..4091598b 100644
--- a/externals/build/linux/makefile
+++ b/externals/build/linux/makefile
@@ -21,15 +21,15 @@ CPU_FLAGS = -O2
# Generic x86 (tune for 686, since that's most common these days)
# CPU_FLAGS = -O2 -mcpu=i686
# Pentium MMX
-#CPU_FLAGS = -march=pentium-mmx -mmmx
+#CPU_FLAGS = -O3 -march=pentium-mmx -mmmx
# Pentium Pro
-#CPU_FLAGS = -march=pentiumpro -mmmx
+#CPU_FLAGS = -O3 -march=pentiumpro -mmmx
# Pentium II/Celeron
-#CPU_FLAGS = -mfpmath=sse -mmmx -msse -march=pentium2
+#CPU_FLAGS = -O3 -mfpmath=sse -mmmx -msse -march=pentium2
# Pentium III/Celeron2
-#CPU_FLAGS = -mfpmath=sse -mmmx -msse -march=pentium3
+#CPU_FLAGS = -O3 -mfpmath=sse -mmmx -msse -march=pentium3
# Pentium 4
-#CPU_FLAGS = -mfpmath=sse -mmmx -msse -msse2 -march=pentium4
+#CPU_FLAGS = -O3 -mfpmath=sse -mmmx -msse -msse2 -march=pentium4
# PowerPC 750 (G3)
#CPU_FLAGS = -O3 -mpowerpc-gpopt -mcpu=750