aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/mac/pd/config-gcc.def
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/buildsys/mac/pd/config-gcc.def')
-rw-r--r--externals/grill/flext/buildsys/mac/pd/config-gcc.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/flext/buildsys/mac/pd/config-gcc.def b/externals/grill/flext/buildsys/mac/pd/config-gcc.def
index 69112b92..925fdd9a 100644
--- a/externals/grill/flext/buildsys/mac/pd/config-gcc.def
+++ b/externals/grill/flext/buildsys/mac/pd/config-gcc.def
@@ -26,10 +26,11 @@ INSTPATH=$(PDPATH)/extra
# user defined optimization flags
# (check if they match your system!)
-UFLAGS=-maltivec -faltivec -ffast-math
+UFLAGS=-faltivec -ffast-math
# user defined compiler flags
# (check if they match your system!)
OFLAGS=-O3
# optimizations for G4
OFLAGS+=-mcpu=G4
+