Use Clang (#473)

This commit is contained in:
Logan McNaughton
2025-07-06 10:44:05 +02:00
committed by GitHub
parent 6d43191c56
commit 8ab31b0c28
4 changed files with 31 additions and 33 deletions
+4
View File
@@ -3,3 +3,7 @@ rustflags = ["-C", "target-cpu=x86-64-v3"]
[target.'cfg(target_arch = "aarch64")']
rustflags = ["-C", "target-cpu=cortex-a76"]
[env]
CC = "clang"
CXX = "clang++"