My mistake

svn path=/trunk/; revision=14838
This commit is contained in:
Alex Ionescu 2005-04-28 00:57:35 +00:00
parent defaccea55
commit f43691583f

View file

@ -672,7 +672,11 @@ endif
ifneq ($(DBG),1)
MK_CFLAGS += -Os -Wno-strict-aliasing -ftracer -momit-leaf-frame-pointer
MK_CFLAGS += -mpreferred-stack-boundary=2
MK_CFLAGS += -funit-at-a-time -fweb
CC_VERSION=$(word 1,$(shell gcc -dumpversion))
ifeq ($(CC_VERSION),3.4.3)
MK_CFLAGS += -funit-at-a-time -fweb
endif
#
# Remove Symbols if no debugging is used at all