]> git.nega.tv - josh/narcissus/commitdiff
Target modern CPU by default
authorJoshua Simmons <josh@nega.tv>
Thu, 3 Nov 2022 21:14:54 +0000 (22:14 +0100)
committerJoshua Simmons <josh@nega.tv>
Thu, 3 Nov 2022 21:14:54 +0000 (22:14 +0100)
.cargo/config.toml

index 2c3dbcd718f989d41b5ad42a168ba30ee3f864a0..f32cc7d658a04054e0950e7d8cdd12c65e0d90c6 100644 (file)
@@ -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