diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-06-07 14:40:19 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-06-07 14:40:19 +0000 |
commit | 6453bdb49bd08b3f8cec729f36fd75099e80a174 (patch) | |
tree | b5614301d06a5b9c4a1455492af30fe98d5fbbd2 /externals/grill/flext/buildsys/mac/max | |
parent | 0e0792d5b45037c5bd3202fe4de4e68f4e0886c5 (diff) |
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
Diffstat (limited to 'externals/grill/flext/buildsys/mac/max')
-rw-r--r-- | externals/grill/flext/buildsys/mac/max/config-gcc.def | 3 |
1 files changed, 2 insertions, 1 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 + |