mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
7fce27408a
Related: NixOS/patchelf#568 Support: NixOS/patchelf#596
18 lines
242 B
TOML
18 lines
242 B
TOML
[workspace]
|
|
members = [
|
|
"lief-patchelf",
|
|
]
|
|
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
debug = false
|
|
debug-assertions = false
|
|
overflow-checks = false
|
|
incremental = false
|
|
codegen-units = 16
|
|
strip = "symbols"
|
|
lto = "fat"
|
|
panic = "abort"
|