fix: too large obj files for x64 on windows

This commit is contained in:
Jan 2025-04-06 18:02:13 +01:00
parent 6f31e8cc29
commit 01302cf061
No known key found for this signature in database
GPG Key ID: 44B581F78FF5C57C

View File

@ -54,6 +54,10 @@ workspace "OpenAssetTools"
symbols "On" symbols "On"
filter {} filter {}
filter {"system:windows", "configurations:Debug" }
buildoptions { "/bigobj" }
filter {}
filter "configurations:Release" filter "configurations:Release"
defines "NDEBUG" defines "NDEBUG"
optimize "Full" optimize "Full"