Skip to content

Commit

Permalink
fix linux build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jraymakers committed Jun 22, 2024
1 parent 18301a7 commit 408e1d2
Show file tree
Hide file tree
Showing 2 changed files with 287 additions and 285 deletions.
3 changes: 2 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"cflags_cc": [
"-frtti",
"-fexceptions",
"-Wno-redundant-move"
"-Wno-redundant-move",
"-std=c++20"
],
"cflags_cc!": [
"-fno-rrti",
Expand Down
Loading

0 comments on commit 408e1d2

Please sign in to comment.