mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-28 20:45:24 +00:00
27 lines
334 B
TOML
27 lines
334 B
TOML
|
[workspace]
|
||
|
|
||
|
members = [
|
||
|
"base",
|
||
|
"boot",
|
||
|
"core",
|
||
|
"init",
|
||
|
"sepolicy",
|
||
|
]
|
||
|
|
||
|
[profile.dev]
|
||
|
opt-level = "z"
|
||
|
lto = true
|
||
|
codegen-units = 1
|
||
|
panic = "abort"
|
||
|
strip = true
|
||
|
|
||
|
[profile.release]
|
||
|
opt-level = "z"
|
||
|
lto = true
|
||
|
codegen-units = 1
|
||
|
panic = "abort"
|
||
|
strip = true
|
||
|
|
||
|
[patch.crates-io]
|
||
|
cxx = { path = "../jni/external/cxx-rs" }
|