revert back to -Os because of some buggy versions of GCC
authorThomas Bluemel <thomas@reactsoft.com>
Mon, 1 Aug 2005 13:01:58 +0000 (13:01 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Mon, 1 Aug 2005 13:01:58 +0000 (13:01 +0000)
svn path=/trunk/; revision=16952

reactos/ReactOS.xml

index 8d162da..48d5d8c 100644 (file)
@@ -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>