build for my server cpu

This commit is contained in:
Max Känner 2024-10-03 18:52:00 +02:00
parent c6abd47ef0
commit 0d740621c6
2 changed files with 5 additions and 0 deletions

View File

@ -1,2 +1,5 @@
[alias] [alias]
xtask = "run --package xtask --" xtask = "run --package xtask --"
[build]
rustflags = "-Ctarget-cpu=core-avx2"

View File

@ -0,0 +1,2 @@
[build]
rustflags = "-Ctarget-cpu=core-avx2"