Skip to content

Commit

Permalink
Add flags for sqlite3 dep (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 committed Jun 19, 2023
1 parent c1945fb commit 79ec0fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deps/sqlite3.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
},
'msvs_settings': {
'VCCLCompilerTool': {
"AdditionalOptions": [
"/w34244",
"/we4267"
]
},
'VCLibrarianTool': {
},
Expand Down

0 comments on commit 79ec0fc

Please sign in to comment.