mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Turn off C++ exceptions
We weren't using them anyway, and don't intend to. This matches Chromium.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
'CLANG_CXX_LANGUAGE_STANDARD': 'gnu++11',
|
||||
'CLANG_CXX_LIBRARY': 'libstdc++',
|
||||
'COMBINE_HIDPI_IMAGES': 'YES',
|
||||
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO',
|
||||
'GCC_ENABLE_CPP_RTTI': 'NO',
|
||||
'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES',
|
||||
'MACOSX_DEPLOYMENT_TARGET': '<(mac_deployment_target)',
|
||||
|
||||
Reference in New Issue
Block a user