[CMake] Re: build types

Christian Buhtz exsudat at gmx.de
Sun Sep 23 14:50:48 EDT 2007


Andreas Pakulat schrieb:
> You can't. You specify the build type during cmake-time, using
> -DCMAKE_BUILD_TYPE=Debug|Release|... And thats quite ok

So I need to create makefile like this:
makefile_release.gcc
makefile_debug.gcc
makefile_xx_yy_whatever.gcc
?



More information about the CMake mailing list