Add debug to linux-dev

Debug symbols are important to development
This commit is contained in:
Stephen E. Baker
2024-02-29 21:12:18 -05:00
parent 7b51e74141
commit 40b24bce30

View File

@@ -9,7 +9,8 @@
"USE_SOURCE_DATADIRS": "ON",
"ENABLE_UNIT_TESTS": "ON",
"BUILD_ANIMVIEW": "ON",
"BUILD_TOOLS": "ON"
"BUILD_TOOLS": "ON",
"CMAKE_BUILD_TYPE": "Debug"
}
},
{