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

Unified Diff: test/unittests/BUILD.gn

Issue 2409133002: [build] Disable incremental linking for cctest and unittests (Closed)
Patch Set: Created 4 years, 2 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
« gni/v8.gni ('K') | « test/cctest/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/BUILD.gn
diff --git a/test/unittests/BUILD.gn b/test/unittests/BUILD.gn
index 7c71c27f849d789eb2a696f569148ab961e824ef..81bd2f41e5e5d6db6bd61baebb8adfb6d7169856 100644
--- a/test/unittests/BUILD.gn
+++ b/test/unittests/BUILD.gn
@@ -148,6 +148,8 @@ v8_executable("unittests") {
sources += [ "compiler/s390/instruction-selector-s390-unittest.cc" ]
}
+ no_incremental_linking = true
+
configs = [
"../..:external_config",
"../..:internal_config_base",
« gni/v8.gni ('K') | « test/cctest/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698