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
?

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to