Make w3seek happy. Setting OPTIMIZE=yes as en enviro-var (do NOT add to config) will force optimizations for debug builds too (not recommended)
Modified: trunk/reactos/tools/helper.mk
--- trunk/reactos/tools/helper.mk 2005-03-28 17:25:19 UTC (rev 14367) +++ trunk/reactos/tools/helper.mk 2005-03-28 17:27:20 UTC (rev 14368) @@ -648,7 +648,7 @@
# 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