Update of /cvsroot/pure-data/packages/darwin_app
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31240/darwin_app
Modified Files:
Tag: branch-v0-39-2-extended
Makefile
Log Message:
test to see if optimizations cflags are causing sqrt~ bug
Index: Makefile
===================================================================
RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v
retrieving revision 1.65.2.2
retrieving revision 1.65.2.3
diff -C2 -d -r1.65.2.2 -r1.65.2.3
*** Makefile 6 Jan 2007 21:54:20 -0000 1.65.2.2
--- Makefile 1 May 2007 04:20:21 -0000 1.65.2.3
***************
*** 45,48 ****
--- 45,51 ----
endif
+ # an attempt to fix the sqrt~ bug
+ OPT_CFLAGS += -fno-strict-aliasing
+
#ifeq ($(TARGET_PLATFORM),powerpc)
# Package default, support older PowerPCs, but G3 is the most common