Explicitly enable symbols for debug builds

This commit is contained in:
Jan 2023-11-04 11:58:27 +01:00
parent 6ecfc9b0db
commit 624dc356b2
No known key found for this signature in database
GPG Key ID: 44B581F78FF5C57C

View File

@ -46,6 +46,7 @@ workspace "OpenAssetTools"
filter "configurations:Debug"
defines "_DEBUG"
optimize "Debug"
symbols "On"
filter {}
filter "configurations:Release"