#Is there a way to create a ReleaseSmall binary that doesn't strip debug information?

1 messages · Page 1 of 1 (latest)

lament kiln
#

For this project I only care about the size of code and data sections, not debug information, which won't end up on the target device.

mystic briar
#

-fno-strip with build-exe, .strip = false in the module creation options with the build system