mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
Build with optimizations
svn path=/trunk/; revision=15589
This commit is contained in:
parent
0173e06e40
commit
c5d7317110
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
<property name="DBG_OR_KDBG" value="true" />
|
||||
</if>
|
||||
<if property="DBG" value="0">
|
||||
<compilerflag>-O2</compilerflag>
|
||||
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
||||
<compilerflag>-ftracer</compilerflag>
|
||||
<compilerflag>-momit-leaf-frame-pointer</compilerflag>
|
||||
|
|
Loading…
Reference in a new issue