| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -290,6 +290,14 @@ | |||
| 290 | 290 | }], | |
| 291 | 291 | ], | |
| 292 | 292 | }], | |
| 293 | + ['target_arch=="arm64"', { | ||
| 294 | + 'TargetMachine' : 0, # /MACHINE:ARM64 is inferred from the input files. | ||
| 295 | + 'target_conditions': [ | ||
| 296 | + ['_type=="executable"', { | ||
| 297 | + 'AdditionalOptions': [ '/SubSystem:Console' ], | ||
| 298 | + }], | ||
| 299 | + ], | ||
| 300 | + }], | ||
| 293 | 301 | ], | |
| 294 | 302 | 'GenerateDebugInformation': 'true', | |
| 295 | 303 | 'GenerateMapFile': 'true', # /MAP | |
@@ -315,6 +323,9 @@ | |||
| 315 | 323 | # Ususaly safe. Disable for `dep`, enable for `src` | |
| 316 | 324 | 'msvs_disabled_warnings': [4351, 4355, 4800, 4251, 4275, 4244, 4267], | |
| 317 | 325 | 'conditions': [ | |
| 326 | + [ 'target_arch=="arm64"', { | ||
| 327 | + 'msvs_configuration_platform': 'arm64', | ||
| 328 | + }], | ||
| 318 | 329 | ['asan == 1 and OS != "mac"', { | |
| 319 | 330 | 'cflags+': [ | |
| 320 | 331 | '-fno-omit-frame-pointer', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments