From 7c3fd68f703d944b05dcea08f3a46c59b41503f4 Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Thu, 30 May 2024 01:16:56 +0200 Subject: chore: cleanup Signed-off-by: Henry Gressmann --- .cargo/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.cargo/config.toml') 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"] -- cgit v1.3.1