Skip to content

Commit 00469fb

Browse files
committed
build: use c++20
1 parent 13fcc85 commit 00469fb

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

binding.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"xcode_settings": {
2121
"MACOSX_DEPLOYMENT_TARGET": "10.15",
2222
"SYSTEM_VERSION_COMPAT": 1,
23-
"OTHER_CPLUSPLUSFLAGS": ["-std=c++14", "-stdlib=libc++"],
23+
"OTHER_CPLUSPLUSFLAGS": ["-std=c++20", "-stdlib=libc++"],
2424
"OTHER_LDFLAGS": [
2525
"-framework AppKit",
2626
"-framework AVFoundation",

test.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)