summaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-05-30 01:16:56 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-05-30 01:16:56 +0200
commit7c3fd68f703d944b05dcea08f3a46c59b41503f4 (patch)
tree4588645c28ea9775ae39f4875b019f72269dbb6f /.cargo
parentffb1e095fc1d6a2d54cc7637797c625dee6ebe6a (diff)
chore: cleanup
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index be912c8..2470377 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -8,7 +8,7 @@ test-wast-release="test --package tinywasm --test test-wast --release -- --enabl
generate-charts="run --package scripts --bin generate-charts --release"
benchmark="bench -p benchmarks --bench"
-# # enable for linux perf
-# [target.x86_64-unknown-linux-gnu]
-# linker="/usr/bin/clang"
-# rustflags=["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]
+# enable for linux perf
+[target.x86_64-unknown-linux-gnu]
+linker="/usr/bin/clang"
+rustflags=["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]