From 6453bdb49bd08b3f8cec729f36fd75099e80a174 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 7 Jun 2005 14:40:19 +0000 Subject: cosmetic stuff corrections to config build templates digest one-element list messages as single atoms made flext::Forward threadsafe simplified message analysis svn path=/trunk/; revision=3127 --- externals/grill/flext/buildsys/mac/max/config-gcc.def | 3 ++- externals/grill/flext/buildsys/mac/pd/config-gcc.def | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'externals/grill/flext/buildsys') 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 + -- cgit v1.2.1