| 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 |
| r32287 | r32288 | |
|---|---|---|
| 16 | 16 | |
| 17 | 17 | ifeq ($(findstring 3.5,$(TEST_CLANG)),3.5) |
| 18 | 18 | CCOMFLAGS += -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 | |
| 20 | CCOMFLAGS += -Wno-unknown-warning-option | |
| 19 | 21 | endif |
| 20 | 22 | |
| 21 | 23 | ifeq ($(TARGETOS),emscripten) |
| Previous | 199869 Revisions | Next |