[svn-commits] rizzo: trunk r89334 - /trunk/Makefile.rules

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Nov 16 14:15:21 CST 2007


Author: rizzo
Date: Fri Nov 16 14:15:21 2007
New Revision: 89334

URL: http://svn.digium.com/view/asterisk?view=rev&rev=89334
Log:
put back default optimization to -O6 (previously changed by mistake)


Modified:
    trunk/Makefile.rules

Modified: trunk/Makefile.rules
URL: http://svn.digium.com/view/asterisk/trunk/Makefile.rules?view=diff&rev=89334&r1=89333&r2=89334
==============================================================================
--- trunk/Makefile.rules (original)
+++ trunk/Makefile.rules Fri Nov 16 14:15:21 2007
@@ -38,7 +38,7 @@
     # ppro's, etc, as well as the AMD K6 and K7.  
     #K6OPT=-DK6OPT
 
-    OPTIMIZE?=-O2
+    OPTIMIZE?=-O6
     ASTCFLAGS+=$(OPTIMIZE)
 endif
 




More information about the svn-commits mailing list