summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '.cargo/config.toml')
-rw-r--r--.cargo/config.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index af2bffe..24cd2f4 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -5,8 +5,3 @@ test-mvp="test --package tinywasm --test test-mvp --release -- --enable "
test-2="test --package tinywasm --test test-two --release -- --enable "
test-wast="test --package tinywasm --test test-wast -- --enable "
test-wast-release="test --package tinywasm --test test-wast --release -- --enable "
-
-# 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"]