Skip to content

Commit

Permalink
Seems unnecessary (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Antosik committed Oct 31, 2024
1 parent 8938319 commit 62fc315
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lib/bin/node-spellchecker/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,7 @@
4267, # conversion from 'size_t' to 'int', possible loss of data
4530, # C++ exception handler used, but unwind semantics are not enabled
4506, # no definition for inline function
],
'msvs_settings': {
'VCCLCompilerTool': {
'AdditionalOptions': [
'/std:c++20'
]
}
}
]
}],
['OS=="mac"', {
'xcode_settings': {
Expand Down

0 comments on commit 62fc315

Please sign in to comment.