| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 98cd7e2 commit 91fa83f
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -165,6 +165,23 @@ | |||
| 165 | 165 | }, | |
| 166 | 166 | }, | |
| 167 | 167 | }], | |
| 168 | + ['clang==1', { | ||
| 169 | + 'cflags_cc': [ | ||
| 170 | + '-Wno-nullability-completeness', | ||
| 171 | + ], | ||
| 172 | + 'xcode_settings': { | ||
| 173 | + 'OTHER_CFLAGS': [ | ||
| 174 | + '-Wno-nullability-completeness', | ||
| 175 | + ], | ||
| 176 | + }, | ||
| 177 | + 'msvs_settings': { | ||
| 178 | + 'VCCLCompilerTool': { | ||
| 179 | + 'AdditionalOptions': [ | ||
| 180 | + '-Wno-nullability-completeness', | ||
| 181 | + ], | ||
| 182 | + }, | ||
| 183 | + }, | ||
| 184 | + }], | ||
| 168 | 185 | ['v8_target_arch=="arm"', { | |
| 169 | 186 | 'defines': [ | |
| 170 | 187 | 'V8_TARGET_ARCH_ARM', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments