Commit d538e56e by Corentin Wallez

Make Release compile with c++11 on Mac standalone

BUG=angleproject:891 Change-Id: Id61e61a2efff019e92316adbe34fc2378302aff5 Reviewed-on: https://chromium-review.googlesource.com/294600Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent ec1be6d5
...@@ -118,6 +118,10 @@ ...@@ -118,6 +118,10 @@
'Culture': '1033', 'Culture': '1033',
}, },
}, },
'xcode_settings':
{
'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
},
}, # Common_Base }, # Common_Base
'Debug_Base': 'Debug_Base':
...@@ -174,7 +178,6 @@ ...@@ -174,7 +178,6 @@
}, },
'xcode_settings': 'xcode_settings':
{ {
'CLANG_CXX_LANGUAGE_STANDARD': 'c++11',
'COPY_PHASE_STRIP': 'NO', 'COPY_PHASE_STRIP': 'NO',
'GCC_OPTIMIZATION_LEVEL': '0', 'GCC_OPTIMIZATION_LEVEL': '0',
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment