portability/Cargo.toml
Jeff Muizelaar 1c3579f047 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.
2018-08-03 23:48:52 -04:00

10 lines
135 B
TOML

[workspace]
members = [
"libportability",
"libportability-gfx",
"libportability-icd",
]
[profile.release]
panic = "abort"