aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/win/pd/config-msvc.def
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/buildsys/win/pd/config-msvc.def')
-rw-r--r--externals/grill/flext/buildsys/win/pd/config-msvc.def6
1 files changed, 5 insertions, 1 deletions
diff --git a/externals/grill/flext/buildsys/win/pd/config-msvc.def b/externals/grill/flext/buildsys/win/pd/config-msvc.def
index 7d808765..830eead3 100644
--- a/externals/grill/flext/buildsys/win/pd/config-msvc.def
+++ b/externals/grill/flext/buildsys/win/pd/config-msvc.def
@@ -29,9 +29,13 @@ INSTPATH=$(PDPATH)\extra
# user defined compiler flags
# (check if they match your system!)
+UFLAGS=
+
+# user defined optimization flags
+# (check if they match your system!)
OFLAGS=/Ox
# optimizations for Pentium 4
-#OFLAGS=$(OFLAGS) /G6 /arch:SSE
+OFLAGS=$(OFLAGS) /G6 /arch:SSE
# uncomment to link against dynamic C runtime libraries
# (don't use this if you want to distribute the built product)