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