mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:31:40 +00:00
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:
parent
1943dc7533
commit
7ba2de8293
1 changed files with 14 additions and 0 deletions
|
@ -35,6 +35,20 @@
|
||||||
<property name="OARCH" value="i486" />
|
<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.
|
Whether to compile for an uniprocessor or multiprocessor machine.
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue