diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-13 15:43:47 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-13 15:43:47 +0200 |
| commit | f4db261de370a32ec9e5a159bd176ef66fa068db (patch) | |
| tree | dfdeb0e1b7cf80024d35bcb4c7fc63c4b5086a3b | |
| parent | chore(daemon): Remove the `autostart` feature (diff) | |
| download | atuin-f4db261de370a32ec9e5a159bd176ef66fa068db.zip | |
build(cargo): Use `mold` as a linker
| -rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 00000000..5db31589 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +rustflags = ["-Clink-arg=-fuse-ld=mold", "-Ctarget-cpu=native"] |
