Currently the CI Action for C++ code only builds for "release" builds. It would be useful/helpful if this also built "DEBUG" builds.
make all DEBUG=1
There were some compiler errors that I missed in my last PR that only applied to DEBUG builds. There is value in supporting this functionality (for developers).