diff --git a/frameworks/Rust/axum-xitca/.cargo/config.toml b/frameworks/Rust/axum-xitca/.cargo/config.toml new file mode 100644 index 0000000..c32d7b2 --- /dev/null +++ b/frameworks/Rust/axum-xitca/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.x86_64-unknown-linux-gnu] +rustflags = ["-C", "target-cpu=native", "-Z", "threads=8"]