Re: [cmake-developers] Using -g3 in Debug config?

2013-11-12 Thread Brad King
On 11/12/2013 05:20 AM, Stephen Kelly wrote: KDE adds a DebugFull configuration which uses -g3 instead of -g. Would a patch changing Debug to use -g3 be accepted? I am told it adds support for macro expansion in the debugger. Just about every default flag in one of standard CMake

Re: [cmake-developers] Using -g3 in Debug config?

2013-11-12 Thread Stephen Kelly
Brad King wrote: Alternatively, perhaps it is time to generalize debugging and optimizing flags like preprocessor defs, -fPIC, etc. have been generalized. ... and warnings/errors etc http://public.kitware.com/Bug/view.php?id=3811 That could be done/justified independently of other suggested

Re: [cmake-developers] Using -g3 in Debug config?

2013-11-12 Thread Brad King
On 11/12/2013 05:20 AM, Stephen Kelly wrote: KDE adds a DebugFull configuration which uses -g3 instead of -g. Would a patch changing Debug to use -g3 be accepted? I am told it adds support for macro expansion in the debugger. Regardless of the generalizations suggested in my sibling

Re: [cmake-developers] CMake variable documentation containing

2013-11-12 Thread Brad King
On 11/10/2013 03:29 PM, Nils Gladitz wrote: After adding documentation for new variables I noticed that for e.g.: CPACK_WIX_TOOL_EXTENSIONS only CPACK_WIX__EXTENSIONS shows up in the search results. Same seems to be the case for existing documentation for variables like