build: cleanup (#38)

This commit is contained in:
2023-06-25 12:25:25 +02:00
committed by GitHub
parent a8876eb585
commit 02335285e6
3 changed files with 3 additions and 16 deletions

View File

@ -54,13 +54,11 @@ function libtomcrypt.project()
}
if os.istarget("darwin") then
buildoptions "-march=native"
filter "platforms:x64"
buildoptions "-march=native"
filter {}
end
linkoptions {
"-IGNORE:4221"
}
warnings "Off"
kind "StaticLib"
end

View File

@ -46,10 +46,6 @@ function libtommath.project()
"_USRDLL"
}
linkoptions {
"-IGNORE:4221"
}
warnings "Off"
kind "StaticLib"
end