mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Makefile.rules: Avoid -fomit-frame-pointer also on cygwin due to PR14646.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188620 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a75cda09c4
commit
8d4021c831
@ -274,7 +274,7 @@ CPP.Defines :=
|
|||||||
ifeq ($(ENABLE_OPTIMIZED),1)
|
ifeq ($(ENABLE_OPTIMIZED),1)
|
||||||
BuildMode := Release
|
BuildMode := Release
|
||||||
# Don't use -fomit-frame-pointer on Darwin or FreeBSD.
|
# Don't use -fomit-frame-pointer on Darwin or FreeBSD.
|
||||||
ifneq ($(HOST_OS), $(filter $(HOST_OS), Darwin FreeBSD GNU/kFreeBSD))
|
ifneq ($(HOST_OS), $(filter $(HOST_OS), Cygwin Darwin FreeBSD GNU/kFreeBSD))
|
||||||
OmitFramePointer := -fomit-frame-pointer
|
OmitFramePointer := -fomit-frame-pointer
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user