build: compile release build too if BUILDTYPE=Debug
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 26 Jan 2012 22:45:16 +0000 (23:45 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 26 Jan 2012 22:49:57 +0000 (23:49 +0100)
commitf89beaf3ac80b9f2129f7a388c1aca2538ce198a
tree28a135ea8f2cd27f77ea110dcfecb508bb805834
parentc80abfa0e4b5ae234e53a2fc088eb8344a182820
build: compile release build too if BUILDTYPE=Debug

It's backwards compatible with the old waf build system. If you want to compile
just the debug build, run `make -C out BUILDTYPE=Debug` instead.

Fixes #2615.
Makefile