Update of /cvsroot/pure-data/externals/moocow/weightmap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6092/weightmap
Modified Files: configure.in Log Message: + updated extended/Makefile - hopefully fixes build failures on mingw32_nt-5.1_windowsxp-i386 + updated default linux optimization flags in */configure.in
Index: configure.in =================================================================== RCS file: /cvsroot/pure-data/externals/moocow/weightmap/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** configure.in 5 Aug 2007 23:11:13 -0000 1.2 --- configure.in 10 Aug 2007 10:30:05 -0000 1.3 *************** *** 154,158 **** if test "$DEBUG" == "no"; then #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000" ! OFLAGS="-O6 -funroll-loops -fomit-frame-pointer" else OFLAGS="-g" --- 154,158 ---- if test "$DEBUG" == "no"; then #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer -finline-limit-10000000" ! OFLAGS="-O3 -funroll-loops -fomit-frame-pointer -pipe" else OFLAGS="-g"