Compress debug symbols by default

Since relatively recent versions of the toolchain, the possibility of compressing debugging information has presented itself.

We should probably default to using objcopy --compress-debug-sections in our %{strip-binaries} macro for this.