mac: Force Xcode to use C++11.
For whatever reason, this is necessary in Xcode 7.
This commit is contained in:
parent
7f0b8f01e1
commit
3d0ab70aa1
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
'GCC_ENABLE_CPP_EXCEPTIONS': 'NO',
|
||||
'GCC_ENABLE_CPP_RTTI': 'NO',
|
||||
'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES',
|
||||
'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
|
||||
'MACOSX_DEPLOYMENT_TARGET': '10.8',
|
||||
'RUN_CLANG_STATIC_ANALYZER': 'YES',
|
||||
'USE_HEADER_MAP': 'NO',
|
||||
|
|
Loading…
Reference in a new issue