Skip to content

Commit a51df81

Browse files
committed
chore: update SDL flags
1 parent 9095682 commit a51df81

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

binding.gyp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
'VCCLCompilerTool': {
1414
'AdditionalOptions': [
1515
'/guard:cf',
16-
'/w34244',
17-
'/we4267',
16+
'/sdl',
17+
'/W3',
1818
'/ZH:SHA_256'
1919
]
2020
},
2121
'VCLinkerTool': {
2222
'AdditionalOptions': [
23+
'/DYNAMICBASE',
2324
'/guard:cf'
2425
]
2526
}

0 commit comments

Comments
 (0)