You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
strip by ourselves
This commit is contained in:
@@ -24,13 +24,11 @@ rustix = { version = "0.38", features = [ "fs", "process", "mount", "net", "thre
|
||||
tokio = { version = "1.28", features = ["full"] }
|
||||
|
||||
[profile.dev]
|
||||
# strip = true
|
||||
# split-debuginfo = "packed"
|
||||
strip = false
|
||||
panic = "abort"
|
||||
|
||||
[profile.release]
|
||||
strip = true
|
||||
split-debuginfo = "packed"
|
||||
strip = false
|
||||
panic = "abort"
|
||||
opt-level = "z"
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user