diff --git a/chapter05/bzip2-exp.xml b/chapter05/bzip2-exp.xml index 83263ccbd..08e630c15 100644 --- a/chapter05/bzip2-exp.xml +++ b/chapter05/bzip2-exp.xml @@ -1,8 +1,8 @@ Command explanations -make CC="gcc -static": This is the method -we use to tell gcc that we want bzip2 to be linked statically. +make CC="gcc -static -s": These flags instruct +instruct gcc to statically link bzip2, without compiling symbols.