Update of /cvsroot/pure-data/externals/moocow/deque In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6092/deque
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/deque/configure.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** configure.in 5 Aug 2007 23:11:12 -0000 1.3 --- configure.in 10 Aug 2007 10:30:04 -0000 1.4 *************** *** 158,162 **** 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" --- 158,162 ---- 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"