Update of /cvsroot/ufraw/ufraw
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2305
Modified Files:
configure.ac README
Log Message:
Use lower optimization to work around bug in GCC 4.7. Bump version to UFRaw
0.19.1.
Index: README
===================================================================
RCS file: /cvsroot/ufraw/ufraw/README,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- README 27 Feb 2013 04:31:25 -0000 1.63
+++ README 2 Mar 2013 13:45:07 -0000 1.64
@@ -99,7 +99,7 @@
UFRaw is written in both C and C++, so if you set CFLAGS you should
also set CXXFLAGS. If you do not set them, then the default for
-GNU C is "-W -Wall -g -O3 -ffast-math -fomit-frame-pointer".
+GNU C is "-W -Wall -g -O2 -fomit-frame-pointer".
Other options for the configuration script are:
Index: configure.ac
===================================================================
RCS file: /cvsroot/ufraw/ufraw/configure.ac,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- configure.ac 21 Feb 2013 05:00:07 -0000 1.164
+++ configure.ac 2 Mar 2013 13:45:07 -0000 1.165
@@ -1,5 +1,5 @@
dnl $Id$
-AC_INIT(UFRaw, 0.19)
+AC_INIT(UFRaw, 0.19.1)
AC_PREREQ(2.57)
# Create host_os, host_cpu variables
@@ -33,10 +33,10 @@
# default CFLAGS, CXXFLAGS for GCC in case they were not set by the user.
if test "$GCC" = "yes"; then
if test "$ac_test_CFLAGS" != "set"; then
- CFLAGS="-W -Wall -g -O3 -ffast-math -fomit-frame-pointer
-D_FORTIFY_SOURCE=2 $UFRAW_MARCH"
+ CFLAGS="-W -Wall -g -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2
$UFRAW_MARCH"
fi
if test "$ac_test_CXXFLAGS" != "set"; then
- CXXFLAGS="-W -Wall -g -O3 -ffast-math -fomit-frame-pointer
-D_FORTIFY_SOURCE=2 $UFRAW_MARCH"
+ CXXFLAGS="-W -Wall -g -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2
$UFRAW_MARCH"
fi
fi
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs