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

svn path=/trunk/; revision=25697
This commit is contained in:
Magnus Olsen 2007-02-02 13:01:43 +00:00
parent 1943dc7533
commit 7ba2de8293

View file

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