aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--externals/build/linux/makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/externals/build/linux/makefile b/externals/build/linux/makefile
index fe03140d..3be133b9 100644
--- a/externals/build/linux/makefile
+++ b/externals/build/linux/makefile
@@ -12,11 +12,14 @@ all: $(EXTERNALS:.c=.pd_linux)
.SUFFIXES: .pd_linux
+# cross-platform default
+CPU_FLAGS = -O2
+
# AMD Athlon XP K7
#CPU_FLAGS = -O3 -march=athlon-xp -m3dnow -msse -mfpmath=sse
-# Generic i386 (tune for 686, since that's about the bottom these days)
-CPU_FLAGS = -O2 -mcpu=i686
+# Generic x86 (tune for 686, since that's most common these days)
+# CPU_FLAGS = -O2 -mcpu=i686
# Pentium III or better
#CPU_FLAGS = -O3 -march=pentium3
# Pentium 4 or better