Skip to content

Commit

Permalink
[docs] small fix for debugging.md
Browse files Browse the repository at this point in the history
use_debug_fission=false doesn't split debug info.

Change-Id: Ib8def944dfcea1345f41284e9d125c082071848c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2526826
Reviewed-by: Minoru Chikamune <chikamune@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826106}
  • Loading branch information
Takuto Ikuta authored and Commit Bot committed Nov 11, 2020
1 parent c2f43fb commit a093dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linux/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ See
https://groups.google.com/a/chromium.org/forum/#!searchin/chromium-dev/gdb-add-index/chromium-dev/ELRuj1BDCL4/5Ki4LGx41CcJ
for more info.

You can improve GDB load time significantly at the cost of link time by
You can improve GDB load time significantly at the cost of link time by not
splitting symbols from the object files. In GN, set `use_debug_fission=false` in
your "gn args".

Expand Down

0 comments on commit a093dc2

Please sign in to comment.