Update of /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/pd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27942/buildsys/lnx/pd
Modified Files: config-gcc.def Log Message: updated for OSX better templates, some minor changes fix for showing attributes on select (and recreate the object on edit) cleanups
Index: config-gcc.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/flext/buildsys/lnx/pd/config-gcc.def,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config-gcc.def 5 Jan 2005 05:04:09 -0000 1.3 --- config-gcc.def 7 Jan 2005 04:58:46 -0000 1.4 *************** *** 25,29 **** # user defined compiler flags # (check if they match your system!) ! OFLAGS=-O2 # optimizations for Pentium 4 ! #OFLAGS+=-march=pentium4 -msse --- 25,33 ---- # user defined compiler flags # (check if they match your system!) ! UFLAGS=-msse ! ! # user defined optimization flags ! # (check if they match your system!) ! OFLAGS=-O3 # optimizations for Pentium 4 ! OFLAGS+=-march=pentium4