diff --git a/pills/09-automatic-runtime.xml b/pills/09-automatic-runtime.xml index f75afc4..7acab14 100644 --- a/pills/09-automatic-runtime.xml +++ b/pills/09-automatic-runtime.xml @@ -149,9 +149,12 @@ - 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 strip 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 strip + can help us with that in the next section.