Build with panic=abort

This drops the size of libportability.dylib from 2.4M to 2.1M and
gives the compiler better opportunities for optimization.
This commit is contained in:
Jeff Muizelaar 2018-08-03 23:48:52 -04:00
parent 07b757bd05
commit 1c3579f047

View file

@ -4,3 +4,6 @@ members = [
"libportability-gfx",
"libportability-icd",
]
[profile.release]
panic = "abort"