/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.22.1
common_node.gypi
16 строк
449 B
Michaël Zasso
build: compile with C++20 support
08 май 2024, 10:02
Не верифицирован
08 май 2024, 10:02
e4b1874
Код
Авторство
О чём код?
{ 'target_defaults': { 'conditions': [ # Override common.gypi config to use C++20 for Node.js core only. ['OS in "linux freebsd openbsd solaris android aix os400 cloudabi"', { 'cflags_cc!': ['-std=gnu++17'], 'cflags_cc': ['-std=gnu++20'], }], ['OS=="mac" and clang==1', { 'xcode_settings': { 'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++20', # -std=gnu++20 }, }], ], }, }