mirror of
https://github.com/danbulant/despot
synced 2026-06-17 13:31:02 +00:00
build speedup
This commit is contained in:
parent
811ac8eebf
commit
2ccd472484
2 changed files with 9 additions and 0 deletions
5
.cargo/config.toml
Normal file
5
.cargo/config.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
# linker = "/usr/bin/clang-15"
|
||||
rustflags = ["-C", "link-arg=--ld-path=/home/dan/.nix-profile/bin/mold"]
|
||||
# rustflags = ["-C", "link-arg=-fuse-ld=/home/dan/.nix-profile/bin/mold"]
|
||||
|
|
@ -27,3 +27,7 @@ librespot-protocol = { git = "https://github.com/photovoltex/librespot.git", bra
|
|||
futures-util = { version = "0.3", features = ["alloc", "bilock", "sink", "unstable"] }
|
||||
rspotify = { version = "0.13.3" }
|
||||
oauth2 = "4.4"
|
||||
|
||||
[profile.dev]
|
||||
debug = 0
|
||||
strip = "debuginfo"
|
||||
|
|
|
|||
Loading…
Reference in a new issue