mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
Disable -O2
svn path=/branches/xmlbuildsystem/; revision=15377
This commit is contained in:
parent
cb0e7b1029
commit
e8fbafa083
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
||||||
<property name="DBG_OR_KDBG" value="true" />
|
<property name="DBG_OR_KDBG" value="true" />
|
||||||
</if>
|
</if>
|
||||||
<if property="DBG" value="0">
|
<if property="DBG" value="0">
|
||||||
<compilerflag>-O2</compilerflag>
|
|
||||||
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
||||||
<compilerflag>-ftracer</compilerflag>
|
<compilerflag>-ftracer</compilerflag>
|
||||||
<compilerflag>-momit-leaf-frame-pointer</compilerflag>
|
<compilerflag>-momit-leaf-frame-pointer</compilerflag>
|
||||||
|
|
Loading…
Reference in a new issue