mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
My mistake
svn path=/trunk/; revision=14838
This commit is contained in:
parent
defaccea55
commit
f43691583f
|
@ -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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue