mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-05-13 07:54:50 +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"
|
defines "CI"
|
||||||
end
|
end
|
||||||
|
|
||||||
flags {"NoIncrementalLink", "NoMinimalRebuild", "MultiProcessorCompile", "No64BitChecks"}
|
flags {"NoIncrementalLink", "NoMinimalRebuild", "MultiProcessorCompile"}
|
||||||
|
|
||||||
filter "configurations:Release"
|
filter "configurations:Release"
|
||||||
optimize "Size"
|
optimize "Size"
|
||||||
@ -114,7 +114,6 @@ filter {"system:windows", "toolset:not msc*"}
|
|||||||
filter {}
|
filter {}
|
||||||
|
|
||||||
filter {"system:windows", "toolset:msc*"}
|
filter {"system:windows", "toolset:msc*"}
|
||||||
linkoptions {"/IGNORE:4254", "/SAFESEH:NO", "/LARGEADDRESSAWARE", "/PDBCompress"}
|
|
||||||
resincludedirs {
|
resincludedirs {
|
||||||
"$(ProjectDir)src"
|
"$(ProjectDir)src"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user