diff --git a/.cargo/config.toml b/.cargo/config.toml deleted file mode 100644 index 5903a40..0000000 --- a/.cargo/config.toml +++ /dev/null @@ -1,10 +0,0 @@ -[alias] -xtask = "run --package xtask --quiet --" - -[profile.dev] -debug = 0 -strip = "debuginfo" - -[target.x86_64-unknown-linux-gnu] -linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=mold", "-C", "target-cpu=native"]