diff options
| author | pml68 <contact@pml68.dev> | 2025-03-23 16:07:59 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-03-23 16:07:59 +0100 |
| commit | ea98cf602b5f0c1692d0dbcaea0c35060ed35391 (patch) | |
| tree | c4d333b276ba4e76b5ab0121f5908da104c9d101 /.cargo/config.toml | |
| parent | docs: update TODO.md (diff) | |
| download | iced-builder-ea98cf602b5f0c1692d0dbcaea0c35060ed35391.tar.gz | |
ci: add caching, use mold for linking
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index e0aa01f..80a170c 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,9 +2,9 @@ lint = "clippy --no-deps -- -D warnings" lint-all = "clippy --no-deps -- -D clippy::pedantic" -# [target.x86_64-unknown-linux-gnu] -# linker = "clang" -# rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"] +[target.x86_64-unknown-linux-gnu] +linker = "clang" +rustflags = ["-C", "link-arg=-fuse-ld=mold"] # [build] # rustflags = ["-Z", "threads=6"] |
