Author: post
Date: 2009-10-12 19:17:39 +0200 (Mon, 12 Oct 2009)
New Revision: 2702

Modified:
   trunk/plugins/dcp/Makefile.am
Log:
-Enable faster compiler math to help non-SSE2 machines.

Modified: trunk/plugins/dcp/Makefile.am
===================================================================
--- trunk/plugins/dcp/Makefile.am       2009-10-12 16:17:43 UTC (rev 2701)
+++ trunk/plugins/dcp/Makefile.am       2009-10-12 17:17:39 UTC (rev 2702)
@@ -1,17 +1,12 @@
 plugindir = $(libdir)/rawstudio/plugins
 
-AM_CFLAGS =\
-       -Wall \
-       -g3 \
-       -O4
+AM_CFLAGS = -O4 -Wall -ffast-math -funsafe-math-optimizations \
+       -ffinite-math-only -g3
 
 AM_CXXFLAGS = $(AM_CFLAGS)
 
-INCLUDES = \
-       -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-       -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
-       @PACKAGE_CFLAGS@ \
-       -I../../librawstudio/
+INCLUDES = -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
+       -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" 
-I../../librawstudio/ @PACKAGE_CFLAGS@
 
 lib_LTLIBRARIES = dcp.la
 


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to