aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/mac
diff options
context:
space:
mode:
Diffstat (limited to 'externals/grill/flext/buildsys/mac')
-rw-r--r--externals/grill/flext/buildsys/mac/max/config-gcc.def3
-rw-r--r--externals/grill/flext/buildsys/mac/pd/config-gcc.def3
2 files changed, 4 insertions, 2 deletions
diff --git a/externals/grill/flext/buildsys/mac/max/config-gcc.def b/externals/grill/flext/buildsys/mac/max/config-gcc.def
index 5ce580af..66a8b990 100644
--- a/externals/grill/flext/buildsys/mac/max/config-gcc.def
+++ b/externals/grill/flext/buildsys/mac/max/config-gcc.def
@@ -29,10 +29,11 @@ HELPPATH=/Applications/MaxMSP\ 4.5/max-help/flext
# user defined compiler flags
# (check if they match your system!)
-UFLAGS=-maltivec -faltivec -ffast-math
+UFLAGS=-faltivec -ffast-math
# user defined optimization flags
# (check if they match your system!)
OFLAGS=-O3
# optimizations for G4
OFLAGS+=-mcpu=G4
+
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
+