also consider using exe.strip = true if you for example don’t care about having good stack traces.
If I remember correctly some people also manually strip the exe with external tools in such a way that you can re-add the symbol information later again, but I don’t have practical experience with that.
I think on windows that info is separate from the exe in the .pdb file anyway, so there it is already stored in a way where you don’t have to deploy the debug info and can access it separately.