diff options
| author | pml68 <contact@pml68.dev> | 2025-07-01 23:19:48 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-07-01 23:19:48 +0200 |
| commit | 0b1ac9e9ca697244d7c799cb29a40ee89252ccf2 (patch) | |
| tree | d0345b3ee4d34426c5eb28df9ffb0701ab031176 /.cargo | |
| parent | fix: relative project path written to config, bump MSRV to 1.88.0 (diff) | |
| download | iced-builder-0b1ac9e9ca697244d7c799cb29a40ee89252ccf2.tar.gz | |
chore: remove clang & mold build config from `.cargo/config.toml`
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 6950c4a..f678171 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,10 +2,3 @@ dev = "hot --features iced/hot" 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=mold"] - -# [build] -# rustflags = ["-Z", "threads=6"] |
