On Monday, 7 February 2022 at 14:20:31 UTC, Arjan wrote:
On Monday, 7 February 2022 at 13:14:19 UTC, max haughton wrote:
On Monday, 7 February 2022 at 12:16:53 UTC, Arjan wrote:
In c++ our release builds are build `-O2 -g` and the
resulting binaries are stripped with GNU/strip.
Is this also po
On Monday, 7 February 2022 at 13:14:19 UTC, max haughton wrote:
On Monday, 7 February 2022 at 12:16:53 UTC, Arjan wrote:
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
On Monday, 7 February 2022 at 12:16:53 UTC, Arjan wrote:
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?
Why b
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?