Performance optimization settings & switch to nightly rust

This commit is contained in:
2025-12-06 13:51:45 -05:00
parent 9de4d77a63
commit 74c28c9344
3 changed files with 13 additions and 5 deletions

2
.cargo/config.toml Normal file
View File

@@ -0,0 +1,2 @@
[build]
rustflags = ["-C", "target-cpu=native"]