[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [14422] trunk/blender/extern/x264/ configure: Change scary -O4 -ffast-math to less frightening -O2

Stephen Swaney sswaney at centurytel.net
Mon Apr 14 22:43:42 CEST 2008


Revision: 14422
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14422
Author:   stiv
Date:     2008-04-14 22:42:48 +0200 (Mon, 14 Apr 2008)

Log Message:
-----------
Change scary -O4 -ffast-math to less frightening -O2

Feel free to discuss if -ffast-math is OK here.

Modified Paths:
--------------
    trunk/blender/extern/x264/configure

Modified: trunk/blender/extern/x264/configure
===================================================================
--- trunk/blender/extern/x264/configure	2008-04-14 19:48:14 UTC (rev 14421)
+++ trunk/blender/extern/x264/configure	2008-04-14 20:42:48 UTC (rev 14422)
@@ -407,7 +407,7 @@
 if [ "$debug" = "yes" ]; then
     CFLAGS="-O1 -g $CFLAGS"
 else
-    CFLAGS="-O4 -ffast-math $CFLAGS"
+    CFLAGS="-O2 $CFLAGS"
 fi
 
 if cc_check "stdio.h" "" "fseeko(stdin,0,0);" ; then





More information about the Bf-blender-cvs mailing list