aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/lnx/pd/config-gcc.def
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/buildsys/lnx/pd/config-gcc.def')
-rw-r--r--externals/grill/flext/buildsys/lnx/pd/config-gcc.def8
1 files changed, 6 insertions, 2 deletions
diff --git a/externals/grill/flext/buildsys/lnx/pd/config-gcc.def b/externals/grill/flext/buildsys/lnx/pd/config-gcc.def
index c58ab238..bf0ff666 100644
--- a/externals/grill/flext/buildsys/lnx/pd/config-gcc.def
+++ b/externals/grill/flext/buildsys/lnx/pd/config-gcc.def
@@ -24,6 +24,10 @@ INSTPATH=/usr/local/lib/pd/extra
# user defined compiler flags
# (check if they match your system!)
-OFLAGS=-O2
+UFLAGS=-msse
+
+# user defined optimization flags
+# (check if they match your system!)
+OFLAGS=-O3
# optimizations for Pentium 4
-#OFLAGS+=-march=pentium4 -msse
+OFLAGS+=-march=pentium4