mirror of
https://github.com/reactos/reactos.git
synced 2026-09-13 21:29:18 +08:00
use right optimization setting
svn path=/trunk/; revision=15626
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user