Update of /cvsroot/pure-data/externals/moocow/flite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6092/flite
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/flite/configure.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** configure.in 8 Jun 2007 22:51:07 -0000 1.2 --- configure.in 10 Aug 2007 10:30:05 -0000 1.3 *************** *** 187,191 **** LFLAGS="$LFLAGS -export_dynamic -shared" if test "$DEBUG" == "no"; then ! OFLAGS="-O6 -funroll-loops -fomit-frame-pointer" else OFLAGS="-g" --- 187,192 ---- LFLAGS="$LFLAGS -export_dynamic -shared" if test "$DEBUG" == "no"; then ! #OFLAGS="-O6 -funroll-loops -fomit-frame-pointer" ! OFLAGS="-O3 -funroll-loops -fomit-frame-pointer -pipe" else OFLAGS="-g"