[xiph-commits] r11967 - trunk/sushivision
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Fri Oct 27 18:22:13 PDT 2006
Author: xiphmont
Date: 2006-10-27 18:22:12 -0700 (Fri, 27 Oct 2006)
New Revision: 11967
Modified:
trunk/sushivision/Makefile
Log:
Remove -ffast-math; it breaks the double precision label generation code
Modified: trunk/sushivision/Makefile
===================================================================
--- trunk/sushivision/Makefile 2006-10-28 01:05:00 UTC (rev 11966)
+++ trunk/sushivision/Makefile 2006-10-28 01:22:12 UTC (rev 11967)
@@ -23,7 +23,7 @@
all:
pkg-config --cflags "gtk+-2.0 $(GTKVER) cairo $(CAIROVER) freetype2" 1>/dev/null
- $(MAKE) target CFLAGS='-O2 -ffast-math $(GCF) $(ADD_DEF)'
+ $(MAKE) target CFLAGS='-O2 $(GCF) $(ADD_DEF)'
$(STRIP) $(TARGET)
debug:
@@ -32,7 +32,7 @@
profile:
pkg-config --cflags "gtk+-2.0 $(GTKVER) cairo $(CAIROVER) freetype2" 1>/dev/null
- $(MAKE) target CFLAGS='-pg -g -O2 -ffast-math $(GCF) $(ADD_DEF)' LIBS='-lgprof-helper'
+ $(MAKE) target CFLAGS='-pg -g -O2 $(GCF) $(ADD_DEF)' LIBS='-lgprof-helper'
clean:
rm -f $(OBJ) *.d *.d.* gmon.out $(TARGET)
More information about the commits
mailing list