From ac8dc763224a5000ff8a3c5026fd47e394afb94b Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Thu, 5 Jan 2006 16:25:44 +0000 Subject: [PATCH] - Uncondtionally build with optimizations (can still be disabled by commenting out the block locally; is this easy enough Ge?) svn path=/trunk/; revision=20581 --- reactos/ReactOS.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/reactos/ReactOS.xml b/reactos/ReactOS.xml index 933a11a0462..6eea0f1db9e 100644 --- a/reactos/ReactOS.xml +++ b/reactos/ReactOS.xml @@ -20,17 +20,15 @@ - - -Os - -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 .