| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6577d3b commit d3f4ed9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,6 +13,29 @@ | |||
| 13 | 13 | 'xcode_settings': { | |
| 14 | 14 | 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden | |
| 15 | 15 | }, | |
| 16 | + 'conditions': [ | ||
| 17 | + [ 'clang==1', { | ||
| 18 | + 'conditions': [ | ||
| 19 | + [ 'OS=="win"', { | ||
| 20 | + 'msvs_settings': { | ||
| 21 | + 'VCCLCompilerTool': { | ||
| 22 | + 'AdditionalOptions': [ | ||
| 23 | + '-Wno-atomic-alignment', | ||
| 24 | + '-Wno-incompatible-pointer-types', | ||
| 25 | + '-Wno-unused-function' | ||
| 26 | + ], | ||
| 27 | + }, | ||
| 28 | + }, | ||
| 29 | + }, { | ||
| 30 | + 'cflags': [ | ||
| 31 | + '-Wno-atomic-alignment', | ||
| 32 | + '-Wno-incompatible-pointer-types', | ||
| 33 | + '-Wno-unused-function' | ||
| 34 | + ], | ||
| 35 | + }], | ||
| 36 | + ], | ||
| 37 | + }], | ||
| 38 | + ], | ||
| 16 | 39 | 'include_dirs': ['src', 'include'], | |
| 17 | 40 | 'direct_dependent_settings': { | |
| 18 | 41 | 'include_dirs': [ 'src', 'include' ] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments