Previous 199869 Revisions Next

r32288 Monday 22nd September, 2014 at 15:57:34 UTC by Oliver Stöneberg
added workaround to build with XCode 6.0.1 out-of-the-box [Oliver Stöneberg]
[src/build]flags_clang.mak

trunk/src/build/flags_clang.mak
r32287r32288
1616
1717ifeq ($(findstring 3.5,$(TEST_CLANG)),3.5)
1818CCOMFLAGS += -Wno-inline-new-delete -Wno-absolute-value -Wno-dynamic-class-memaccess
19# 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
20CCOMFLAGS += -Wno-unknown-warning-option
1921endif
2022
2123ifeq ($(TARGETOS),emscripten)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team