Fix windows compile flags

This commit is contained in:
Luis Blanco 2022-12-24 21:59:11 +04:00
parent 30f5fce2ec
commit da96b71507
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ dependency include path(s).
'VCCLCompilerTool' : { 'VCCLCompilerTool' : {
'AdditionalOptions' : [ 'AdditionalOptions' : [
'/O2','/Oy','/GL','/GF','/Gm-', '/std:c++17', '/O2','/Oy','/GL','/GF','/Gm-', '/std:c++17',
'/EHa-s-c-r-','/MT','/GS','/Gy','/GR-','/Gd', '/EHa-s-c-','/MT','/GS','/Gy','/GR-','/Gd',
] ]
}, },
'VCLinkerTool' : { 'VCLinkerTool' : {

2
test/binding.gyp vendored
View File

@ -25,7 +25,7 @@
'VCCLCompilerTool' : { 'VCCLCompilerTool' : {
'AdditionalOptions' : [ 'AdditionalOptions' : [
'/O2','/Oy','/GL','/GF','/Gm-', '/std:c++17', '/O2','/Oy','/GL','/GF','/Gm-', '/std:c++17',
'/EHa-s-c-r-','/MT','/GS','/Gy','/GR-','/Gd', '/EHa-s-c-','/MT','/GS','/Gy','/GR-','/Gd',
] ]
}, },
'VCLinkerTool' : { 'VCLinkerTool' : {