diff --git a/en/gnome/docs/bugging.sgml b/en/gnome/docs/bugging.sgml index fd39f51bb4..ce4c9b7ed7 100644 --- a/en/gnome/docs/bugging.sgml +++ b/en/gnome/docs/bugging.sgml @@ -1,6 +1,6 @@ - + ]> @@ -68,7 +68,13 @@ instructions for more information on obtaining useful back - traces. + traces. In general, though, you can build and + install your port with the following command + to produce binaries that will have useful + debugging symbols: env CFLAGS="-O -g + -pipe" make STRIP= install (note: there + is a space between STRIP= and + install).