mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-05-09 14:04:53 +00:00
maint(premake5): remove some flags
This commit is contained in:
parent
9f89d5c8da
commit
53b36bb952
@ -83,7 +83,7 @@ if os.getenv("CI") then
|
||||
defines "CI"
|
||||
end
|
||||
|
||||
flags {"NoIncrementalLink", "NoMinimalRebuild", "MultiProcessorCompile", "No64BitChecks"}
|
||||
flags {"NoIncrementalLink", "NoMinimalRebuild", "MultiProcessorCompile"}
|
||||
|
||||
filter "configurations:Release"
|
||||
optimize "Size"
|
||||
@ -114,7 +114,6 @@ filter {"system:windows", "toolset:not msc*"}
|
||||
filter {}
|
||||
|
||||
filter {"system:windows", "toolset:msc*"}
|
||||
linkoptions {"/IGNORE:4254", "/SAFESEH:NO", "/LARGEADDRESSAWARE", "/PDBCompress"}
|
||||
resincludedirs {
|
||||
"$(ProjectDir)src"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user