Hi!

With CONFIG = debug_and_release the resulting Makefile sets first=release, hence a simple make will build the release version by default

Is there any way to specify that I want a plain "make" to build the "debug" version by default?

thanks