Skip to content

Fixed issue preventing debug builds using Makefile

install-program was always assuming that release was the only target directory that could exist. This would cause install-program to fail with DEBUG=1 passed to the makefile.

DEBUG flag now correctly sets a TARGET and sets the build profile to dev for debug builds.

#365 (closed)

Merge request reports