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

Unified Diff: build/common.gypi

Issue 802583004: Disable ICF for order_profiling builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index e29ebc92e130ed1ddcdee28df8535f8ef10f6969..9c6543d1ff26d2ba06cb76dd04edbd69d763e068 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4386,7 +4386,7 @@
}],
],
'conditions': [
- ['release_valgrind_build==0', {
+ ['release_valgrind_build==0 and order_profiling==0', {
'target_conditions': [
['_toolset=="target"', {
'ldflags': [
@@ -4685,7 +4685,7 @@
}],
],
}],
- ['target_arch == "arm"', {
+ ['target_arch == "arm" and order_profiling==0', {
'ldflags': [
# Enable identical code folding to reduce size.
'-Wl,--icf=safe',
« 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