Specify panic = "abort" for specific target?

Is it possible specify panic = "abort" for specific target?

If I specify panic like this

[profile.release]
panic = "abort"

this works for all targets, I want specify panic = "abort" only
for target=arm-linux-androideabi, is it possible?

1 Like