Build using c++20 for Electron 32
This commit is contained in:
parent
4bd283e08a
commit
99cede2168
@ -9,14 +9,14 @@
|
||||
'target_name': 'better_sqlite3',
|
||||
'dependencies': ['deps/sqlite3.gyp:sqlite3'],
|
||||
'sources': ['src/better_sqlite3.cpp'],
|
||||
'cflags_cc': ['-std=c++17'],
|
||||
'cflags_cc': ['-std=c++20'],
|
||||
'xcode_settings': {
|
||||
'OTHER_CPLUSPLUSFLAGS': ['-std=c++17', '-stdlib=libc++'],
|
||||
'OTHER_CPLUSPLUSFLAGS': ['-std=c++20', '-stdlib=libc++'],
|
||||
},
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
'AdditionalOptions': [
|
||||
'/std:c++17',
|
||||
'/std:c++20',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user