mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
My mistake
svn path=/trunk/; revision=14838
This commit is contained in:
parent
defaccea55
commit
f43691583f
1 changed files with 5 additions and 1 deletions
|
@ -672,7 +672,11 @@ endif
|
||||||
ifneq ($(DBG),1)
|
ifneq ($(DBG),1)
|
||||||
MK_CFLAGS += -Os -Wno-strict-aliasing -ftracer -momit-leaf-frame-pointer
|
MK_CFLAGS += -Os -Wno-strict-aliasing -ftracer -momit-leaf-frame-pointer
|
||||||
MK_CFLAGS += -mpreferred-stack-boundary=2
|
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
|
MK_CFLAGS += -funit-at-a-time -fweb
|
||||||
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
# Remove Symbols if no debugging is used at all
|
# Remove Symbols if no debugging is used at all
|
||||||
|
|
Loading…
Reference in a new issue