Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
331 changes: 114 additions & 217 deletions .semaphore/semaphore.yml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
],
'cflags_cc' : [
'-std=c++17'
'-std=c++20'
],
'msvs_settings': {
'VCLinkerTool': {
Expand Down Expand Up @@ -135,7 +135,7 @@
'OS=="linux"',
{
'cflags_cc' : [
'-std=c++17'
'-std=c++20'
],
'cflags_cc!': [
'-fno-rtti'
Expand All @@ -153,7 +153,7 @@
],
'OTHER_CPLUSPLUSFLAGS': [
'-I/usr/local/opt/openssl/include',
'-std=c++17'
'-std=c++20'
],
},
}
Expand Down
Loading