From e49c3dc30fb430ebede5265cea23f1e28b2b1450 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Tue, 3 May 2005 11:56:46 +0000 Subject: [PATCH] revert accidental commit svn path=/trunk/; revision=14958 --- reactos/tools/helper.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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