mirror of
https://github.com/glfw/glfw.git
synced 2024-11-14 18:34:34 +00:00
Added Debug-AS config to build script
This commit is contained in:
parent
c186bef662
commit
026a148d7d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user