From: Joshua Simmons Date: Thu, 3 Nov 2022 21:14:54 +0000 (+0100) Subject: Target modern CPU by default X-Git-Url: https://git.nega.tv//gitweb.cgi?a=commitdiff_plain;h=a78295763eab26680b48bd6a2400036345ec7b41;p=josh%2Fnarcissus Target modern CPU by default --- 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