Currently I have the --disable-debug option in my build script configure options.
Am I correct that if I want to send debug reports I need to change that option to --enable-debug=full?
Yes, when backtraces are required (e.g. for crash reports).
How much does that add to building times and package sizes?
Darrell
Build time change should be minimal, but you will end up with a large amount of debugging symbol files which will inflate the total package size significantly.
Tim