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?
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?