[cmake-developers] Unix makefile: concurrent build configurations
Tobias Hunger
Tobias.Hunger at qt.io
Mon Aug 22 07:55:43 EDT 2016
Hi Steve!
On Do, 2016-08-18 at 15:37 -0500, Steve Lorimer wrote:
> New to this list, so apologies if it's been discussed before.
>
> I'd like to know why it's not possible to have both debug and release mode
> builds configured at the same time for Unix makefiles?
You can have an arbitrary number of configurations at once, all nicely separated
from each other in their own build directory. Nobody stops you from having
several build directories after all.
> I am aware that some generators (eg VisualStudio) do allow this behaviour.
> Why can I not have the same behaviour with Unix makefiles?
IMHO VisualStudio is rather broken in that regard. Please do not let the
insanity pass over to Makefiles! :-)
Best Regards,
Tobias
--
Tobias Hunger, Senior Software Engineer | The Qt Company
The Qt Company GmbH, Rudower Chaussee 13, D-12489 Berlin
Geschäftsführer: Mika Pälsi, Juha Varelius, Mika Harjuaho. Sitz der
Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B
More information about the cmake-developers
mailing list