<div dir="ltr">To my knowledge, there is no way to select between Debug/Release on Mac/Linux the way you can do it on Windows/Visual Studio. However, on Mac/Linux, you can compile an application for example in Debug mode and link it to ITK compiled in Release, whereas on Windows/Visual Studio everything has to be build with the same build type.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jan 26, 2017 at 4:44 AM, Wood, Tobias <span dir="ltr"><<a href="mailto:tobias.wood@kcl.ac.uk" target="_blank">tobias.wood@kcl.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Francois,<br>
<span class=""><br>
> What is your development environment? Are you using Windows/Visual Studio? Are you working on Linux or Mac?<br>
<br>
</span>I work on Mac / Linux. I’m building from the command-line (cmake / make) on Mac, I’m not using XCode.<br>
<span class=""><br>
> The email thread you are referencing is about Visual Studio. The configuration that is described in it is having on build folder. The build type is set directly in Visual Studio. You can then have both a Debug and a Release version in the same build directory.<br>
<br>
</span>Ahah! Thank you, that’s what I wasn’t understanding about that e-mail thread.<br>
<span class=""><br>
> If you work with a different environment, you most likely will have to have two build folders as, as you saw, the build type is selected at configuration time with CMAKE_BUILD_TYPE.<br>
<br>
</span>So is there a way on Mac/Linux to select between Release/Debug ITK just by specifying the CMAKE_BUILD_TYPE in my own project?<br>
<br>
Toby<br>
<br>
</blockquote></div><br></div>