Xcode project: don't show warnings for third-party code (release build)
This was already done for the debug build in commit
8567a0d616
, added for the release build
as well here.
This commit is contained in:
parent
d9659f69b4
commit
1012bd0aff
1 changed files with 5 additions and 0 deletions
|
@ -4957,6 +4957,11 @@
|
|||
"$(inherited)",
|
||||
"\"$(SRCROOT)/lib\"",
|
||||
);
|
||||
"OTHER_CPLUSPLUSFLAGS[arch=*]" = (
|
||||
"$(OTHER_CFLAGS)",
|
||||
"-isystem",
|
||||
./Headers,
|
||||
);
|
||||
PRODUCT_NAME = Wesnoth;
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue