diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-02-15 20:30:16 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-02-15 20:30:16 +0000 |
commit | 7fb2b84a2579cdde9b2f0fefa95a45cf2b022022 (patch) | |
tree | 60ccceec698c39fee3d9315b6404e07db2a10ea0 /gdb/contrib | |
parent | edceb2a99afcec306af2d9a50c2ed6ece43cf256 (diff) | |
download | gdb-7fb2b84a2579cdde9b2f0fefa95a45cf2b022022.zip gdb-7fb2b84a2579cdde9b2f0fefa95a45cf2b022022.tar.gz gdb-7fb2b84a2579cdde9b2f0fefa95a45cf2b022022.tar.bz2 |
gdb/
* contrib/cc-with-tweaks.sh: Extend the comment for -p option.
Diffstat (limited to 'gdb/contrib')
-rwxr-xr-x | gdb/contrib/cc-with-tweaks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/contrib/cc-with-tweaks.sh b/gdb/contrib/cc-with-tweaks.sh index e648570..f012c28 100755 --- a/gdb/contrib/cc-with-tweaks.sh +++ b/gdb/contrib/cc-with-tweaks.sh @@ -43,7 +43,7 @@ # -z compress using dwz # -m compress using dwz -m # -i make an index -# -p create .dwp files (Fission) +# -p create .dwp files (Fission), you need to also use gcc option -gsplit-dwarf # If nothing is given, no changes are made myname=cc-with-tweaks.sh |