[Insight-users] Debug and Release build of ITK?
Michael Jackson
mike.jackson at bluequartz.net
Wed Sep 30 10:12:02 EDT 2009
When you build ITK you will have to build it twice with 2 separate
build directories: one for the debug and one for the release.
When you invoke cmake use -DCMAKE_BUILD_TYPE=Debug or -
DCMAKE_BUILD_TYPE=Release for each build directory.
_________________________________________________________
Mike Jackson mike.jackson at bluequartz.net
BlueQuartz Software www.bluequartz.net
Principal Software Engineer Dayton, Ohio
On Sep 30, 2009, at 10:03 AM, motes motes wrote:
> I have moved my codebase to Ubuntu Linux and would now like to make a
> ITK Debug and Release build.
>
> Previously I used Windows Vista 64 and Visual Studio 2008. In that
> case it was just a matter of choosing "Debug" or "Release" from the
> build configuration manager in the IDE.
>
> But how do I make a Debug and Release build in linux? Should I specify
> it in the CMakeList.txt file or pass an argument when I call 'make' ?
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list