/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/openssl/openssl-cli.gypi
39 строк
944 B
Stefan Stojanovic
build,win: enable x64 PGO
23 апр 2026, 15:43
Не верифицирован
23 апр 2026, 15:43
262dee5
Код
Авторство
О чём код?
{ 'target_name': 'openssl-cli', 'type': 'executable', 'dependencies': ['openssl'], 'defines': [ 'MONOLITH' ], 'includes': ['openssl.gypi'], 'sources': ['<@(openssl_cli_sources)'], 'conditions': [ ['OS=="solaris"', { 'libraries': ['<@(openssl_cli_libraries_solaris)'] }, 'OS=="win"', { 'link_settings': { 'libraries': ['<@(openssl_cli_libraries_win)'], }, }, 'OS in "linux android openharmony"', { 'link_settings': { 'libraries': [ '-ldl', ], }, }], # Avoid excessive LTO ['enable_lto=="true"', { 'ldflags': [ '-fno-lto' ], }], ['node_with_ltcg=="true" or enable_lto=="true" or enable_thin_lto=="true"', { 'msvs_settings': { 'VCCLCompilerTool': { 'AdditionalOptions': ['-fno-lto'], }, 'VCLinkerTool': { 'AdditionalOptions': ['-fno-lto'], }, }, }], ], }