Skip to content

.gitlab-ci.yml: Set CMAKE_BUILD_TYPE=DEBUG

Santiago Gil requested to merge santigl/build-with-debug into master

This fixes a some unused-argument warnings in src/parsedcommandfactory.cpp and makes the build jobs in gitlab.ci.yml set CMAKE_BUILD_TYPE to DEBUG, which will start treating warnings as errors.

Merge request reports