We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff6ce3 commit 3796a69Copy full SHA for 3796a69
common.gypi
@@ -271,6 +271,14 @@
271
}],
272
],
273
274
+ ['target_arch=="arm64"', {
275
+ 'TargetMachine' : 0, # /MACHINE:ARM64 is inferred from the input files.
276
+ 'target_conditions': [
277
+ ['_type=="executable"', {
278
+ 'AdditionalOptions': [ '/SubSystem:Console' ],
279
+ }],
280
+ ],
281
282
283
'GenerateDebugInformation': 'true',
284
'SuppressStartupBanner': 'true',
@@ -296,6 +304,9 @@
296
304
[ 'target_arch=="x64"', {
297
305
'msvs_configuration_platform': 'x64',
298
306
307
+ [ 'target_arch=="arm64"', {
308
+ 'msvs_configuration_platform': 'arm64',
309
299
310
['asan == 1 and OS != "mac"', {
300
311
'cflags+': [
301
312
'-fno-omit-frame-pointer',
0 commit comments