Le 19/08/2016 à 17:14, Stefan Bidigaray a écrit : > > 1. Distributed binaries: most distributions compile with "-O2 -g" and > later remove debugging info from the binary to a different file. This > saves space and still allows debugging to happen on production code. >
I confirm: on Debian, all Objective C packages are built with "-O2 -g ..." by default (try dpkg-buildflags for the complete list). Later the binaries are stripped and debug symbols are provided by additional -dbg packages. _______________________________________________ Gnustep-dev mailing list Gnustep-dev@gnu.org https://lists.gnu.org/mailman/listinfo/gnustep-dev