mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-08-31 22:17:25 +00:00
Explicitly enable symbols for debug builds
This commit is contained in:
@@ -46,6 +46,7 @@ workspace "OpenAssetTools"
|
|||||||
filter "configurations:Debug"
|
filter "configurations:Debug"
|
||||||
defines "_DEBUG"
|
defines "_DEBUG"
|
||||||
optimize "Debug"
|
optimize "Debug"
|
||||||
|
symbols "On"
|
||||||
filter {}
|
filter {}
|
||||||
|
|
||||||
filter "configurations:Release"
|
filter "configurations:Release"
|
||||||
|
Reference in New Issue
Block a user