mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
use right optimization setting
svn path=/trunk/; revision=15626
This commit is contained in:
parent
9259eba707
commit
da2d081ecb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
<property name="DBG_OR_KDBG" value="true" />
|
||||
</if>
|
||||
<if property="DBG" value="0">
|
||||
<compilerflag>-O2</compilerflag>
|
||||
<compilerflag>-Os</compilerflag>
|
||||
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
||||
<compilerflag>-ftracer</compilerflag>
|
||||
<compilerflag>-momit-leaf-frame-pointer</compilerflag>
|
||||
|
|
Loading…
Reference in a new issue