mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
Merge pull request #132 from diamante0018/diamante0018-patch-2
maint(premake5): enable /LARGEADDRESSAWARE at least on Windows
This commit is contained in:
commit
fd33f8d313
@ -14,6 +14,7 @@ workspace "OpenAssetTools"
|
||||
symbols "On"
|
||||
systemversion "latest"
|
||||
cppdialect "C++20"
|
||||
largeaddressaware "on"
|
||||
|
||||
flags {
|
||||
"MultiProcessorCompile"
|
||||
@ -175,4 +176,4 @@ group "Tests"
|
||||
ParserTests:project()
|
||||
ZoneCodeGeneratorLibTests:project()
|
||||
ZoneCommonTests:project()
|
||||
group ""
|
||||
group ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user