Skip to content

Commit 3f546d3

Browse files
committed
Use C++14 for Electron 11
1 parent bf8f709 commit 3f546d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: binding.gyp

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
'dependencies': ['deps/sqlite3.gyp:sqlite3'],
1111
'sources': ['src/better_sqlite3.cpp'],
1212
'cflags': [
13-
'-std=c++11',
13+
'-std=c++14',
1414
],
1515
'xcode_settings': {
1616
'OTHER_CPLUSPLUSFLAGS': [
17-
'-std=c++11',
17+
'-std=c++14',
1818
'-stdlib=libc++',
1919
],
2020
},

0 commit comments

Comments
 (0)