From ea49ca93dd61e72167e3b5e8cf517ea905602856 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Mon, 28 Mar 2005 17:27:20 +0000 Subject: [PATCH] Make w3seek happy. Setting OPTIMIZE=yes as en enviro-var (do NOT add to config) will force optimizations for debug builds too (not recommended) svn path=/trunk/; revision=14368 --- reactos/tools/helper.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/tools/helper.mk b/reactos/tools/helper.mk index 818ede967d2..da7387b6978 100644 --- a/reactos/tools/helper.mk +++ b/reactos/tools/helper.mk @@ -648,7 +648,7 @@ endif # Protect uncompatible files here with an ifneq # if needed, until their problems can be found # -ifeq ($(DBG), 0) +ifneq ($(DBG),1) MK_CFLAGS += -O2 -Wno-strict-aliasing MK_CPPFLAGS += -O2 -Wno-strict-aliasing endif