[ros-diffs] [greatlrd] 25697: part 1/2 adding a new value OPTIMIZE, easy way to enable diffent optimze level do not chamge it if u do not known what u doing

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Fri Feb 2 14:01:44 CET 2007


Author: greatlrd
Date: Fri Feb  2 16:01:43 2007
New Revision: 25697

URL: http://svn.reactos.org/svn/reactos?rev=25697&view=rev
Log:
part 1/2 adding a new value OPTIMIZE,  easy way to enable diffent optimze level do not chamge it if u do not known what u doing 

Modified:
    trunk/reactos/config.template.rbuild

Modified: trunk/reactos/config.template.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/config.template.rbuild?rev=25697&r1=25696&r2=25697&view=diff
==============================================================================
--- trunk/reactos/config.template.rbuild (original)
+++ trunk/reactos/config.template.rbuild Fri Feb  2 16:01:43 2007
@@ -35,6 +35,20 @@
 <property name="OARCH" value="i486" />
 
 
+<!--
+  OPTIMIZE what level do you want ReactOS to be optimized at 
+  this setting does not work if GDB is set
+    0 = off
+    1 = Normal compiling recommended, is default setting in official build and debug build
+   
+    warning : 2,3,4,5  is not tested on ReactOS. Change at own risk. 
+
+    2 = gcc -Oz with -mpreferred-stack-boundary=2
+    3 = gcc -O1 with -mpreferred-stack-boundary=2
+    4 = gcc -O2 with -mpreferred-stack-boundary=2
+    5 = gcc -O3 with -mpreferred-stack-boundary=2
+-->
+<property name="OPTIMIZE" value="1" />
 <!--
   Whether to compile for an uniprocessor or multiprocessor machine.
 -->




More information about the Ros-diffs mailing list