revert accidental commit Modified: trunk/reactos/tools/helper.mk _____
Modified: trunk/reactos/tools/helper.mk --- trunk/reactos/tools/helper.mk 2005-05-03 09:32:10 UTC (rev 14957) +++ trunk/reactos/tools/helper.mk 2005-05-03 11:56:46 UTC (rev 14958) @@ -684,9 +684,9 @@
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