On 13/09/13 17:24, Iain Buclaw wrote:
I expect this is because the phobos/druntime libraries shipped with dmd are (a) without debugging symbols and (b) stripped.If you were to strip libphobos after installing gdc, then you would see a significant drop in size.
Could be. I do build with the --enable-checking=release option, what else do I need to do ... ?