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.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/flext/buildsys/lnx/pd/config-gcc.def b/externals/grill/flext/buildsys/lnx/pd/config-gcc.def
index bf0ff666..aaff3340 100644
--- a/externals/grill/flext/buildsys/lnx/pd/config-gcc.def
+++ b/externals/grill/flext/buildsys/lnx/pd/config-gcc.def
@@ -1,4 +1,5 @@
# where is the PD source package?
+# (this should point to the main folder, which has a "src" subfolder)
PDPATH=/usr/local/src/pd
###############################################################
@@ -24,7 +25,7 @@ INSTPATH=/usr/local/lib/pd/extra
# user defined compiler flags
# (check if they match your system!)
-UFLAGS=-msse
+UFLAGS=-msse -mfpmath=sse -ffast-math
# user defined optimization flags
# (check if they match your system!)