From a78295763eab26680b48bd6a2400036345ec7b41 Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Thu, 3 Nov 2022 22:14:54 +0100 Subject: [PATCH] Target modern CPU by default --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 2c3dbcd..f32cc7d 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,3 @@ [target.x86_64-unknown-linux-gnu] linker = "clang" -rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"] \ No newline at end of file +rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold", "-C", "target-cpu=x86-64-v3"] \ No newline at end of file -- 2.49.0