diff options
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 8 |
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"] |
