mirror of
https://github.com/italicsjenga/portability.git
synced 2025-02-16 22:27:43 +11:00
This drops the size of libportability.dylib from 2.4M to 2.1M and gives the compiler better opportunities for optimization.
9 lines
135 B
TOML
9 lines
135 B
TOML
[workspace]
|
|
members = [
|
|
"libportability",
|
|
"libportability-gfx",
|
|
"libportability-icd",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = "abort"
|