mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-06-26 22:31:58 +00:00
build: cleanup (#38)
This commit is contained in:
8
deps/premake/libtomcrypt.lua
vendored
8
deps/premake/libtomcrypt.lua
vendored
@ -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
|
||||
|
4
deps/premake/libtommath.lua
vendored
4
deps/premake/libtommath.lua
vendored
@ -46,10 +46,6 @@ function libtommath.project()
|
||||
"_USRDLL"
|
||||
}
|
||||
|
||||
linkoptions {
|
||||
"-IGNORE:4221"
|
||||
}
|
||||
|
||||
warnings "Off"
|
||||
kind "StaticLib"
|
||||
end
|
||||
|
Reference in New Issue
Block a user