summaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml
index e702802..0190999 100644
--- a/.cargo/config.toml
+++ b/.cargo/config.toml
@@ -5,3 +5,6 @@ test-wasm-2="test --package tinywasm --test test-wasm-2 --release"
test-wasm-3="test --package tinywasm --test test-wasm-3 --release"
test-wast="test --package tinywasm --test test-wast"
test-wasm-custom="test --package tinywasm --test test-wasm-custom --release"
+
+[target.x86_64-unknown-linux-gnu]
+rustflags=["-C", "target-cpu=x86-64-v3"]