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

Unified Diff: docs/linux_build_instructions.md

Issue 2554803003: Redirect links to faster-builds tips to newly merged Linux instructions (Closed)
Patch Set: Created 4 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 | « docs/common_build_tasks.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/linux_build_instructions.md
diff --git a/docs/linux_build_instructions.md b/docs/linux_build_instructions.md
index 53ac6c9bedc4b1ccf29bd76e7e0081ef393da26d..957254e0a5d7f44cc5f5320e7d025884e05cbcc8 100644
--- a/docs/linux_build_instructions.md
+++ b/docs/linux_build_instructions.md
@@ -117,7 +117,7 @@ $ gn gen out/Default
* For more info on GN, run `gn help` on the command line or read the
[quick start guide](../tools/gn/docs/quick_start.md).
-### Faster builds
+### <a id=faster-builds></a>Faster builds
This section contains some things you can change to speed up your builds,
sorted so that the things that make the biggest difference are first.
@@ -137,9 +137,6 @@ By default GN produces a build with all of the debug assertions enabled
line-by-line debugging. Setting `symbol_level=0` will include no debug
symbols at all. Either will speed up the build compared to full symbols.
-See [faster builds on Linux](linux_faster_builds.md) for various tips and
-settings that may speed up your build.
-
#### Disable debug symbols for Blink
Due to its extensive use of templates, the Blink code produces about half
« no previous file with comments | « docs/common_build_tasks.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698