add build flags for aarch64 (#123)

This commit is contained in:
Logan McNaughton
2025-01-10 11:16:09 +01:00
committed by GitHub
parent a731b870da
commit e71d5a1b2d
3 changed files with 20 additions and 10 deletions
+3
View File
@@ -1,2 +1,5 @@
[target.'cfg(target_arch = "x86_64")']
rustflags = ["-C", "target-cpu=x86-64-v3"]
[target.'cfg(target_arch = "aarch64")']
rustflags = ["-C", "target-cpu=cortex-a76"]