diff --git a/reactos/tools/helper.mk b/reactos/tools/helper.mk index bf818f6b5e1..5a9cf74c294 100644 --- a/reactos/tools/helper.mk +++ b/reactos/tools/helper.mk @@ -684,9 +684,9 @@ ifneq ($(DBG),1) MK_CFLAGS += -mpreferred-stack-boundary=2 #CC_VERSION=$(word 1,$(shell gcc -dumpversion)) - #ifeq ($(CC_VERSION),3.4.3) + ifeq ($(CC_VERSION),3.4.3) MK_CFLAGS += -funit-at-a-time -fweb - #endif + endif # # Remove Symbols if no debugging is used at all