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

Unified Diff: docs/linux_debugging.md

Issue 1877013002: Update Linux build docs to remove GYP references. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 8 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 | « docs/linux_chromium_arm.md ('k') | docs/linux_eclipse_dev.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/linux_debugging.md
diff --git a/docs/linux_debugging.md b/docs/linux_debugging.md
index 058391db0025c2e6107d733d56138e06200232aa..8e6298e4c958fc94d3f0895d1456c41a2181177a 100644
--- a/docs/linux_debugging.md
+++ b/docs/linux_debugging.md
@@ -270,8 +270,8 @@ https://groups.google.com/a/chromium.org/forum/#!searchin/chromium-dev/gdb-add-i
for more info.
You can improve GDB load time significantly at the cost of link time by
-plitting symbols from the object files. In GN, set `use_debug_fission=false` in
-your "gn args". In GYP add `linux_use_debug_fission=0` to your `GYP_DEFINES`.
+splitting symbols from the object files. In GN, set `use_debug_fission=false` in
+your "gn args".
## Core files
@@ -428,10 +428,9 @@ some instances in webkit that are ignorable. On systems with prelink and address
space randomization (e.g. Fedora), you may also see valgrind errors in libstdc++
on startup and in gnome-breakpad.
-Valgrind doesn't seem to play nice with tcmalloc. To disable tcmalloc run GYP
+Valgrind doesn't seem to play nice with tcmalloc. To disable tcmalloc set the GN arg:
- $ cd $CHROMIUM_ROOT/src
- $ build/gyp_chromium -Duse_allocator=none
+ use_allocator="none"
and rebuild.
« no previous file with comments | « docs/linux_chromium_arm.md ('k') | docs/linux_eclipse_dev.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698