Skip to content

Commit 5dde6b1

Browse files
committed
deps: more deps, updated lock
Signed-off-by: Martin <martin@hotmail.com.br>
1 parent 09ac22c commit 5dde6b1

File tree

4 files changed

+390
-7
lines changed

4 files changed

+390
-7
lines changed

.cargo/.config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[target.x86_64-unknown-linux-gnu]
22
linker = "/usr/bin/clang"
3-
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
3+
rustflags = ["-Clink-arg=-fuse-ld=mold"]

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
/target
2+
perf.data
3+
perf.data.old

0 commit comments

Comments
 (0)