clean up build process (#9)

* clean up build process

* more

* more

* add mac

* more

* more

* Update build.rs
This commit is contained in:
Logan McNaughton
2023-10-06 09:41:27 -06:00
committed by GitHub
parent 36c56dacce
commit dfcd0a21d7
7 changed files with 33 additions and 14 deletions
+8
View File
@@ -0,0 +1,8 @@
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "target-cpu=x86-64-v3"]
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "target-cpu=x86-64-v3"]
[target.x86_64-apple-darwin]
rustflags = ["-C", "target-cpu=x86-64-v2"]