Is this also possible with LDC2 generated binaries for D code? So build D code with `-O2 -g` and then strip the resulting binary?
In c++ our release builds are build `-O2 -g` and the resulting
binaries are stripped with GNU/strip.
- stripping binaries from LDC2 Arjan via Digitalmars-d-learn
- Re: stripping binaries from LDC2 max haughton via Digitalmars-d-learn
- Re: stripping binaries from ... Arjan via Digitalmars-d-learn
- Re: stripping binaries f... max haughton via Digitalmars-d-learn