Skip to content

Commit

Permalink
Paraphrase utility of strip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmedinag authored and nlewo committed Jun 5, 2020
1 parent 2160c86 commit f6883c9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pills/09-automatic-runtime.xml
Expand Up @@ -149,9 +149,12 @@
</para>

<para>
Even after reducing the rpath the hello binary would still depend
upon gcc. This is because of debugging information. To fix is the well
known <command>strip</command> can be used.
Even after reducing the rpath, the hello binary would still
depend upon gcc because of some debugging information. This
unnecesarily increases the size of our runtime
dependencies. We'll explore how <command><link
xlink:href="https://linux.die.net/man/1/strip">strip</link>
</command> can help us with that in the next section.
</para>
</section>

Expand Down

0 comments on commit f6883c9

Please sign in to comment.