stripping binaries from LDC2

Arjan arjan at ask.me.to
Mon Feb 7 12:16:53 UTC 2022


In c++ our release builds are build `-O2 -g` and the resulting 
binaries are stripped with GNU/strip.
Is this also possible with LDC2 generated binaries for D code?
So build D code with `-O2 -g` and then strip the resulting binary?




More information about the Digitalmars-d-learn mailing list