mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
added workaround to build with XCode 6.0.1 out-of-the-box [Oliver Stöneberg]
This commit is contained in:
parent
68647bb51a
commit
c2f4497c54
@ -16,6 +16,8 @@ endif
|
|||||||
|
|
||||||
ifeq ($(findstring 3.5,$(TEST_CLANG)),3.5)
|
ifeq ($(findstring 3.5,$(TEST_CLANG)),3.5)
|
||||||
CCOMFLAGS += -Wno-inline-new-delete -Wno-absolute-value -Wno-dynamic-class-memaccess
|
CCOMFLAGS += -Wno-inline-new-delete -Wno-absolute-value -Wno-dynamic-class-memaccess
|
||||||
|
# XCode 6.0.1 is built on a pre-release SVN version of clang 3.5, that doesn't support -Wno-absolute-value yet - so ignore that warning for now
|
||||||
|
CCOMFLAGS += -Wno-unknown-warning-option
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(TARGETOS),emscripten)
|
ifeq ($(TARGETOS),emscripten)
|
||||||
|
Loading…
Reference in New Issue
Block a user