When using makefile based CMake generators, set CMAKE_BUILD_TYPE to &quot;Debug&quot; or &quot;Release&quot; or &quot;MinSizeRel&quot; or &quot;RelWithDebInfo&quot;...<br><br>Add it as a STRING cache entry in the cmake-gui or pass it with -D on the cmake command line:<br>
  cmake -DCMAKE_BUILD_TYPE:STRING=Debug -G &quot;NMake Makefiles&quot; ../source_dir<br>  nmake<br><br><br><div class="gmail_quote">On Wed, Jun 24, 2009 at 8:43 PM, Robert Dailey <span dir="ltr">&lt;<a href="mailto:rcdailey@gmail.com">rcdailey@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">When I generate using &quot;NMake Makefiles&quot; generator, I build like this (I run this command from inside the build directory):<div>
<br></div><div>nmake /f Makefile</div><div><br></div><div>Everything builds just fine, but is this a debug or release build? When you build with NMake, do you have a choice of which configuration you want to use? I&#39;m using the CMake 2.7 nightly build.</div>

<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br></blockquote></div><br>