mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-23 05:54:20 +02:00
Merge pull request #1009 from Universal-Debloater-Alliance/build/no-mold
build(cargo): don't use `mold`
This commit is contained in:
commit
4ffdecd123
2 changed files with 1 additions and 4 deletions
|
|
@ -1,6 +1,2 @@
|
|||
[target.x86_64-pc-windows-msvc]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ win32console = "^0.1.5"
|
|||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
opt-level = 2
|
||||
codegen-units = 4
|
||||
|
||||
[profile.opt]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue