aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/config-pd-msvc.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/config-pd-msvc.txt')
-rw-r--r--externals/grill/flext/config-pd-msvc.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/externals/grill/flext/config-pd-msvc.txt b/externals/grill/flext/config-pd-msvc.txt
index cf41c252..cac79b55 100644
--- a/externals/grill/flext/config-pd-msvc.txt
+++ b/externals/grill/flext/config-pd-msvc.txt
@@ -24,4 +24,6 @@ OUTPATH=".\pd-msvc"
# (leave blank to omit installation)
INSTDIR=$(PDPATH)\flext
-
+# user-definable compiler flags
+# e.g. FLEXT_USE_SIMD enables SIMD support for capable CPUs (you need the Processor Pack for MSVC++)
+UFLAGS=-DFLEXT_USE_SIMD