24 lines
742 B
TOML
24 lines
742 B
TOML
[target.aarch64-unknown-linux-musl]
|
|
linker = "/opt/x-tools/aarch64-unknown-linux-musl/bin/aarch64-unknown-linux-musl-ld"
|
|
[target.x86_64-unknown-linux-musl]
|
|
linker = "/opt/x-tools/x86_64-unknown-linux-musl/bin/x86_64-unknown-linux-musl-ld"
|
|
[target.x86_64-pc-windows-gnu]
|
|
linker = "/opt/x-tools/x86_64-w64-mingw32/bin/x86_64-w64-mingw32-gcc"
|
|
[target.armv7-unknown-linux-musleabihf]
|
|
linker = "/opt/x-tools/arm-unknown-linux-musleabihf/bin/arm-unknown-linux-musleabihf-ld"
|
|
|
|
[registries.gitea]
|
|
global-credential-providers = ["cargo:token"]
|
|
index = "sparse+https://gitea.woggioni.net/api/packages/woggioni/cargo/"
|
|
|
|
[net]
|
|
git-fetch-with-cli = true
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|
|
strip = true
|
|
|
|
[build]
|
|
rustc-wrapper = "/usr/bin/sccache"
|