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=... ============================================================================== --- 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. -->