Skip to content

Commit 79ec0fc

Browse files
authored
Add flags for sqlite3 dep (#40)
1 parent c1945fb commit 79ec0fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deps/sqlite3.gyp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
},
3434
'msvs_settings': {
3535
'VCCLCompilerTool': {
36+
"AdditionalOptions": [
37+
"/w34244",
38+
"/we4267"
39+
]
3640
},
3741
'VCLibrarianTool': {
3842
},

0 commit comments

Comments
 (0)