Update of /cvsroot/pure-data/packages/win32_inno In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21243/win32_inno
Modified Files: Makefile Log Message: fixed linux package bug that left out pd-gui; tweaked optimization setup
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Makefile 14 Dec 2005 00:35:12 -0000 1.7 --- Makefile 18 Dec 2005 21:40:53 -0000 1.8 *************** *** 14,18 ****
# base level optimizations ! OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer -fstrict-aliasing
# Generic x86 (tune for Pentium III, since that's most common these days) --- 14,18 ----
# base level optimizations ! OPT_CFLAGS = -O3 -funroll-loops -fomit-frame-pointer
# Generic x86 (tune for Pentium III, since that's most common these days)