mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
maint(premake5): enable /LARGEADDRESSAWARE at least on Windows
This commit is contained in:
parent
ba0213b02f
commit
f0c41d7737
@ -14,6 +14,7 @@ workspace "OpenAssetTools"
|
|||||||
symbols "On"
|
symbols "On"
|
||||||
systemversion "latest"
|
systemversion "latest"
|
||||||
cppdialect "C++20"
|
cppdialect "C++20"
|
||||||
|
largeaddressaware "on"
|
||||||
|
|
||||||
flags {
|
flags {
|
||||||
"MultiProcessorCompile"
|
"MultiProcessorCompile"
|
||||||
@ -175,4 +176,4 @@ group "Tests"
|
|||||||
ParserTests:project()
|
ParserTests:project()
|
||||||
ZoneCodeGeneratorLibTests:project()
|
ZoneCodeGeneratorLibTests:project()
|
||||||
ZoneCommonTests:project()
|
ZoneCommonTests:project()
|
||||||
group ""
|
group ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user