mirror of
https://github.com/alterware/master-server.git
synced 2026-05-13 15:31:42 +00:00
maint: use clang (#21)
This commit is contained in:
Vendored
+7
-1
@@ -54,7 +54,13 @@ function libtomcrypt.project()
|
||||
}
|
||||
|
||||
if os.istarget("darwin") then
|
||||
buildoptions "-march=native"
|
||||
filter "platforms:x64"
|
||||
buildoptions "-march=native"
|
||||
filter {}
|
||||
|
||||
filter "platforms:arm64"
|
||||
buildoptions "-mcpu=apple-m1"
|
||||
filter {}
|
||||
end
|
||||
|
||||
warnings "Off"
|
||||
|
||||
Reference in New Issue
Block a user