Add compiler option for removing all panic messages

could a compiler option in the panic arg called drop be added that will work similarly to abort but will also remove the panic messages themself so they are not in the binary itself only way i can think of to do this would be going into the binary and replacing all the panic message strings with random strings

Does panic_immediate_abort not cover your use case?

Are you the person who opened

? I've given you several options that should work there. If they all don't work for you, please tell us why they don't work. Also in the future please make clear when you are cross-posting.