mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
build: split release profile into opt
This commit is contained in:
parent
725bfe183c
commit
45ad468a0e
1 changed files with 6 additions and 1 deletions
|
|
@ -44,9 +44,14 @@ tar = { version = "^0.4", optional = true }
|
|||
win32console = "^0.1.5"
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
codegen-units = 4
|
||||
|
||||
[profile.opt]
|
||||
inherits = "release"
|
||||
opt-level = "s"
|
||||
codegen-units = 1
|
||||
lto = true
|
||||
lto = "fat"
|
||||
strip = true
|
||||
panic = "abort"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue