use right optimization setting
Modified: trunk/reactos/ReactOS.xml

Modified: trunk/reactos/ReactOS.xml
--- trunk/reactos/ReactOS.xml	2005-05-28 21:44:21 UTC (rev 15625)
+++ trunk/reactos/ReactOS.xml	2005-05-28 21:46:37 UTC (rev 15626)
@@ -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>