Skip to content

Commit e84d53a

Browse files
committed
feat(NODE-7403): enable more build warnings on Windows
1 parent 4c791ef commit e84d53a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

binding.gyp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@
2929
'ExceptionHandling': 1,
3030
'AdditionalOptions': [
3131
'/guard:cf',
32-
'/w34244',
33-
'/w34267',
32+
'/sdl',
33+
'/W3',
34+
'/we4146',
35+
'/we4244',
36+
'/we4267',
3437
'/ZH:SHA_256'
3538
]
3639
},

0 commit comments

Comments
 (0)