mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-04-19 19:32:53 +00:00
build: cleanup (#38)
This commit is contained in:
parent
a8876eb585
commit
02335285e6
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -21,7 +21,6 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
configuration:
|
configuration:
|
||||||
- Debug
|
|
||||||
- Release
|
- Release
|
||||||
arch:
|
arch:
|
||||||
- x64
|
- x64
|
||||||
@ -68,14 +67,11 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
configuration:
|
configuration:
|
||||||
- Debug
|
|
||||||
- Release
|
- Release
|
||||||
arch:
|
arch:
|
||||||
- x64
|
- x64
|
||||||
- arm64
|
- arm64
|
||||||
include:
|
include:
|
||||||
- configuration: Debug
|
|
||||||
config: debug
|
|
||||||
- configuration: Release
|
- configuration: Release
|
||||||
config: release
|
config: release
|
||||||
steps:
|
steps:
|
||||||
@ -135,13 +131,10 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
configuration:
|
configuration:
|
||||||
- Debug
|
|
||||||
- Release
|
- Release
|
||||||
arch:
|
arch:
|
||||||
- x64
|
- x64
|
||||||
include:
|
include:
|
||||||
- configuration: Debug
|
|
||||||
config: debug
|
|
||||||
- configuration: Release
|
- configuration: Release
|
||||||
config: release
|
config: release
|
||||||
- arch: x64
|
- arch: x64
|
||||||
|
8
deps/premake/libtomcrypt.lua
vendored
8
deps/premake/libtomcrypt.lua
vendored
@ -54,13 +54,11 @@ function libtomcrypt.project()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if os.istarget("darwin") then
|
if os.istarget("darwin") then
|
||||||
buildoptions "-march=native"
|
filter "platforms:x64"
|
||||||
|
buildoptions "-march=native"
|
||||||
|
filter {}
|
||||||
end
|
end
|
||||||
|
|
||||||
linkoptions {
|
|
||||||
"-IGNORE:4221"
|
|
||||||
}
|
|
||||||
|
|
||||||
warnings "Off"
|
warnings "Off"
|
||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
end
|
end
|
||||||
|
4
deps/premake/libtommath.lua
vendored
4
deps/premake/libtommath.lua
vendored
@ -46,10 +46,6 @@ function libtommath.project()
|
|||||||
"_USRDLL"
|
"_USRDLL"
|
||||||
}
|
}
|
||||||
|
|
||||||
linkoptions {
|
|
||||||
"-IGNORE:4221"
|
|
||||||
}
|
|
||||||
|
|
||||||
warnings "Off"
|
warnings "Off"
|
||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user