mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
revert back to -Os because of some buggy versions of GCC
svn path=/trunk/; revision=16952
This commit is contained in:
parent
5d4a08e403
commit
d613b54421
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<property name="DBG_OR_KDBG" value="true" />
|
||||
</if>
|
||||
<if property="DBG" value="0">
|
||||
<compilerflag>-O3</compilerflag>
|
||||
<compilerflag>-Os</compilerflag>
|
||||
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
||||
<compilerflag>-ftracer</compilerflag>
|
||||
<compilerflag>-momit-leaf-frame-pointer</compilerflag>
|
||||
|
|
Loading…
Reference in a new issue