Author: amunger
Date: Thu May 11 23:07:52 2006
New Revision: 21890
URL:
http://svn.reactos.ru/svn/reactos?rev=21890&view=rev
Log:
Restore original compiler settings. Changed accidentally by the NDK patch.
Modified:
trunk/reactos/ReactOS.rbuild
Modified: trunk/reactos/ReactOS.rbuild
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/ReactOS.rbuild?rev=21890&am…
==============================================================================
--- trunk/reactos/ReactOS.rbuild (original)
+++ trunk/reactos/ReactOS.rbuild Thu May 11 23:07:52 2006
@@ -24,12 +24,14 @@
<define name="KDBG" value="1" />
<property name="DBG_OR_KDBG" value="true" />
</if>
- <compilerflag>-O3</compilerflag>
- <compilerflag>-fno-optimize-sibling-calls</compilerflag>
- <compilerflag>-Wno-strict-aliasing</compilerflag>
- <compilerflag>-ftracer</compilerflag>
- <compilerflag>-momit-leaf-frame-pointer</compilerflag>
- <compilerflag>-mpreferred-stack-boundary=2</compilerflag>
+
+ <if property="GDB" value="0">
+ <compilerflag>-Os</compilerflag>
+ <compilerflag>-Wno-strict-aliasing</compilerflag>
+ <compilerflag>-ftracer</compilerflag>
+ <compilerflag>-momit-leaf-frame-pointer</compilerflag>
+ <compilerflag>-mpreferred-stack-boundary=2</compilerflag>
+ </if>
<compilerflag>-Wpointer-arith</compilerflag>
<include>.</include>