Update of /cvsroot/ufraw/ufraw In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12516
Modified Files: configure.ac Log Message: Restore '-O3' since it does not seem to cause crashes. Index: configure.ac =================================================================== RCS file: /cvsroot/ufraw/ufraw/configure.ac,v retrieving revision 1.165 retrieving revision 1.166 diff -u -d -r1.165 -r1.166 --- configure.ac 2 Mar 2013 13:45:07 -0000 1.165 +++ configure.ac 6 Mar 2013 05:03:33 -0000 1.166 @@ -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 -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 $UFRAW_MARCH" + CFLAGS="-W -Wall -g -O3 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 $UFRAW_MARCH" fi if test "$ac_test_CXXFLAGS" != "set"; then - CXXFLAGS="-W -Wall -g -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 $UFRAW_MARCH" + CXXFLAGS="-W -Wall -g -O3 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 $UFRAW_MARCH" fi fi ------------------------------------------------------------------------------ Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the endpoint security space. For insight on selecting the right partner to tackle endpoint security challenges, access the full report. http://p.sf.net/sfu/symantec-dev2dev _______________________________________________ ufraw-cvs mailing list ufraw-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ufraw-cvs