Build mac code with -Wunguarded-availability -Wobjc-missing-property-sythesis
This commit is contained in:
parent
eb7ccf8afa
commit
7c5fcecbec
1 changed files with 4 additions and 0 deletions
|
@ -369,6 +369,10 @@
|
|||
'xcode_settings': {
|
||||
# ReactiveCocoa which is used by Squirrel requires using __weak.
|
||||
'CLANG_ENABLE_OBJC_WEAK': 'YES',
|
||||
'OTHER_CFLAGS': [
|
||||
'-Wunguarded-availability',
|
||||
'-Wobjc-missing-property-synthesis',
|
||||
],
|
||||
},
|
||||
}], # OS=="mac" and mas_build==0
|
||||
['OS=="mac" and mas_build==1', {
|
||||
|
|
Loading…
Reference in a new issue