<br>I&#39;ve got a question about how to compile vtk 5.4 with debug symbols on OSX.  I&#39;ve set<br>CMAKE_BUILD_TYPE:STRING:RelWithDebInfo<br>and this sets &quot;-O2 -g&quot; compiler flags.<br><br>This is the comment I got from Rainer Muller about OSX debug symbols:<br>
<br>&quot;<br>Are you sure the debug symbols are installed at all if you use it like that?<br>
<br>
Unlike on other systems, Mac OS X (as of Leopard) stores debug symbols<br>
in external directories called *.dSYM by default. So if you are just<br>
using -g, I am not even sure this will change anything what gets installed.<br>
<br>
The cmake port groups already adds a +debug variant. I don&#39;t know cmake<br>
internals, so I cannot tell what this -DCMAKE_BUILD_TYPE=debugFull will<br>
actually do and which flags it will add to compiler calls.<br>&quot;<br><br>How do we check if the libraries contain debug symbols?<br><br>Does the build on OSX create .dSYM directories?  I don&#39;t think so.<br><br>What is &quot;debugFull&quot;, I&#39;ve not seen any documentation about that.<br>
<br>Take care, Darren<br><br>