Update of /cvsroot/pure-data/externals/iemlib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21209
Modified Files: Make.include Log Message: added -fno-strict-aliasing like miller
Index: Make.include =================================================================== RCS file: /cvsroot/pure-data/externals/iemlib/Make.include,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Make.include 14 Nov 2005 18:22:55 -0000 1.2 --- Make.include 24 Oct 2006 13:18:52 -0000 1.3 *************** *** 12,16 **** #select either the DBG and OPT compiler flags below: CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ ! -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer \ -DDL_OPEN -fPIC
--- 12,16 ---- #select either the DBG and OPT compiler flags below: CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ ! -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \ -DDL_OPEN -fPIC