From c02800c901dce8590f222d57729a70f6cd792fc9 Mon Sep 17 00:00:00 2001 From: Andrew Munger Date: Thu, 11 May 2006 19:07:52 +0000 Subject: [PATCH] Restore original compiler settings. Changed accidentally by the NDK patch. svn path=/trunk/; revision=21890 --- reactos/ReactOS.rbuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/reactos/ReactOS.rbuild b/reactos/ReactOS.rbuild index d03f0f01287..d5ab7c4b995 100644 --- a/reactos/ReactOS.rbuild +++ b/reactos/ReactOS.rbuild @@ -24,12 +24,14 @@ - -O3 - -fno-optimize-sibling-calls - -Wno-strict-aliasing - -ftracer - -momit-leaf-frame-pointer - -mpreferred-stack-boundary=2 + + + -Os + -Wno-strict-aliasing + -ftracer + -momit-leaf-frame-pointer + -mpreferred-stack-boundary=2 + -Wpointer-arith .