mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-08 10:04:24 +02:00
fix: remove unused cargo config
This commit is contained in:
parent
54171ba2ce
commit
0eb9356c5d
@ -1,32 +0,0 @@
|
|||||||
[build]
|
|
||||||
rustc-wrapper = 'P:\Programme (64 Bit)\Rust\.cargo\bin\sccache.exe'
|
|
||||||
[target.x86_64-unknown-linux-gnu]
|
|
||||||
rustflags = [
|
|
||||||
'-Clink-arg=-fuse-ld=lld',
|
|
||||||
'-Zshare-generics=y',
|
|
||||||
]
|
|
||||||
linker = '/usr/bin/clang'
|
|
||||||
|
|
||||||
[target.x86_64-pc-windows-msvc]
|
|
||||||
rustflags = ['-Zshare-generics=y']
|
|
||||||
linker = 'rust-lld.exe'
|
|
||||||
|
|
||||||
[target.x86_64-apple-darwin]
|
|
||||||
rustflags = [
|
|
||||||
'-C',
|
|
||||||
'link-arg=-fuse-ld=/usr/local/bin/zld',
|
|
||||||
'-Zshare-generics=y',
|
|
||||||
'-Csplit-debuginfo=unpacked',
|
|
||||||
]
|
|
||||||
[profile.dev]
|
|
||||||
opt-level = 0
|
|
||||||
debug = 2
|
|
||||||
incremental = true
|
|
||||||
codegen-units = 512
|
|
||||||
|
|
||||||
[profile.release]
|
|
||||||
opt-level = 3
|
|
||||||
debug = 0
|
|
||||||
incremental = false
|
|
||||||
codegen-units = 256
|
|
||||||
split-debuginfo = '...'
|
|
Loading…
x
Reference in New Issue
Block a user