maint(premake5): enable /LARGEADDRESSAWARE at least on Windows

This commit is contained in:
6arelyFuture 2024-03-03 10:47:31 +01:00 committed by GitHub
parent ba0213b02f
commit f0c41d7737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,7 @@ workspace "OpenAssetTools"
symbols "On"
systemversion "latest"
cppdialect "C++20"
largeaddressaware "on"
flags {
"MultiProcessorCompile"