Alex Ionescu ionucu@videotron.ca - Use optimized semantics as previously decided (OPTIMIZED = 1 if DBG = 0) Modified: trunk/reactos/config Modified: trunk/reactos/tools/helper.mk _____
Modified: trunk/reactos/config --- trunk/reactos/config 2005-03-13 18:54:37 UTC (rev 14026) +++ trunk/reactos/config 2005-03-13 18:55:01 UTC (rev 14027) @@ -28,11 +28,6 @@
DBG := 0
# -# Whether to compile with optimizations -# -OPTIMIZED := 0 - -# # Whether to compile a multiprocessor or single processor version # CONFIG_SMP := 0 _____
Modified: trunk/reactos/tools/helper.mk --- trunk/reactos/tools/helper.mk 2005-03-13 18:54:37 UTC (rev 14026) +++ trunk/reactos/tools/helper.mk 2005-03-13 18:55:01 UTC (rev 14027) @@ -648,7 +648,7 @@
# Protect uncompatible files here with an ifneq # if needed, until their problems can be found # -ifeq ($(OPTIMIZED), 1) +ifeq ($(DBG), 0) MK_CFLAGS += -O2 -Wno-strict-aliasing MK_CPPFLAGS += -O2 -Wno-strict-aliasing endif