fix(axum-xitca): add rustflags

This commit is contained in:
xfy
2024-09-24 15:04:52 +08:00
parent a2bd33169b
commit df601aa7d3

View File

@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-cpu=native", "-Z", "threads=8"]