On 6/24/07, <b class="gmail_sendername">Michael Hammer</b> &lt;<a href="mailto:michael.hammer@tugraz.at">michael.hammer@tugraz.at</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Do I have any (smart)<br>possibility to debug those flags, resp. debug variables which aren&#39;t<br>set in the cache? The point is, these variables have to be registered<br>in some Makefile (or something similar) after the configure process ...
<br></blockquote></div><br>If you are using a makefile based system, simply inspect the files in the build tree named &quot;flags.make&quot; which you should find in the various locations where you have customized the flags... If you are using Visual Studio or Xcode, you can typically find those flags in the properties dialogs of those IDE systems. Right click on a project node in Visual Studio, for example, and choose &quot;Properties&quot; -- then look for the &quot;C/C++ &gt; Command Line&quot; entry. All of your flags changes for a project should be represented in there. Similarly for individual source files if you have overridden the COMPILE_FLAGS for individual source files using SET_SOURCE_FILES_PROPERTIES.
<br><br>HTH,<br>David<br><br>