Change compile flags on macOS

This commit is contained in:
Fedor Indutny 2024-10-16 09:23:47 -07:00
parent 28d1929af0
commit 0da082ad0d

View File

@ -12,6 +12,9 @@
'cflags_cc': ['-std=c++20'],
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS': ['-std=c++20', '-stdlib=libc++'],
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO',
'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
'LLVM_LTO': 'YES',
},
'msvs_settings': {
'VCCLCompilerTool': {