Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: .gn

Issue 2992823002: Override C++ standard to -std=gnu++11 (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gn
diff --git a/.gn b/.gn
index 0079aaa4c46c25c4ca334b533194797c71f7b7a1..0a15148cb157ebeaa558a753fead1f9fe9d7e351 100644
--- a/.gn
+++ b/.gn
@@ -38,4 +38,7 @@ default_args = {
is_component_build = false
mac_sdk_min = "10.11"
+
+ # WebRTC does not want to switch to C++14 yet.
+ use_cxx11 = true
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698