Added Debug-AS config to build script

This commit is contained in:
TheCherno 2023-09-15 09:19:23 +10:00
parent c186bef662
commit 026a148d7d

View File

@ -102,6 +102,12 @@ project "GLFW"
runtime "Debug"
symbols "on"
filter { "system:windows", "configurations:Debug-AS" }
runtime "Debug"
symbols "on"
sanitize { "Address" }
flags { "NoRuntimeChecks", "NoIncrementalLink" }
filter "configurations:Release"
runtime "Release"
optimize "speed"