aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/win/max/config-mingw.def
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/buildsys/win/max/config-mingw.def')
-rw-r--r--externals/grill/flext/buildsys/win/max/config-mingw.def10
1 files changed, 7 insertions, 3 deletions
diff --git a/externals/grill/flext/buildsys/win/max/config-mingw.def b/externals/grill/flext/buildsys/win/max/config-mingw.def
index 2727fce6..d3deb574 100644
--- a/externals/grill/flext/buildsys/win/max/config-mingw.def
+++ b/externals/grill/flext/buildsys/win/max/config-mingw.def
@@ -31,8 +31,12 @@ HELPPATH="%ProgramFiles%/MaxMSP 4.5/max-help/flext"
###############################################################
-# some user-definable flags
+# 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