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

Unified Diff: build/config/BUILDCONFIG.gn

Issue 2507333002: Add the possibility to build with PGO when using Clang (Closed)
Patch Set: Created 4 years, 1 month 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
Index: build/config/BUILDCONFIG.gn
diff --git a/build/config/BUILDCONFIG.gn b/build/config/BUILDCONFIG.gn
index 942605e38e33022ef00ce2b6066ef71e974dd411..9c37ddadf9b78046f6c389718356f4c999ace6f1 100644
--- a/build/config/BUILDCONFIG.gn
+++ b/build/config/BUILDCONFIG.gn
@@ -478,6 +478,7 @@ default_compiler_configs = [
"//build/config/compiler:default_symbols",
"//build/config/compiler:no_rtti",
"//build/config/compiler:runtime_library",
+ "//build/config/pgo:default_pgo_flags",
Sébastien Marchand 2016/11/17 17:31:15 My concern with this is that it seems to be a glob
"//build/config/sanitizers:default_sanitizer_flags",
]
if (is_win) {
« no previous file with comments | « build/config/BUILD.gn ('k') | build/config/pgo/BUILD.gn » ('j') | build/config/pgo/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698