Skip to content

Commit

Permalink
Update compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
muffinista committed Oct 6, 2024
1 parent e90fdeb commit 038b477
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
'-Winline',
'-Wbad-function-cast',
'-Wdisabled-optimization',
'-std=c++17'
'-std=c++20'
],
'cflags_cc': [
'-std=c++17'
'-std=c++20'
],
'conditions': [
['OS == "mac"', {
Expand All @@ -39,7 +39,7 @@
'src/win/hidecursor.cc'
],
'msvs_settings': {
'VCCLCompilerTool': { "ExceptionHandling": 1, 'AdditionalOptions': [ '-std:c++17' ] }
'VCCLCompilerTool': { "ExceptionHandling": 1, 'AdditionalOptions': [ '-std:c++20' ] }
}
}],
['OS == "linux"', {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hide-cursor",
"version": "0.0.3",
"version": "0.0.4",
"author": "Colin Mitchell <[email protected]> (http://muffinlabs.com)",
"homepage": "https://github.com/muffinista/hide-cursor/",
"description": "Hide the mouse cursor",
Expand Down

0 comments on commit 038b477

Please sign in to comment.