On 11/1/07 10:39 AM, Mike Jackson said:

>Apple has moved to using "dwarf" as its default debugging format. Is
>there support going into cmake to set this as the default debug
>argument string?

By default CMake sets CMAKE_C_FLAGS_DEBUG to include "-g".  On 10.4, "-
g" means 'stabs' and you have to pass '-gdwarf-2' to get dwarf.  But in
10.5, "-g" means dwarf.  So I think CMake is correct in just using "-g"
always, don't you?

--
____________________________________________________________
Sean McBride, B. Eng                 [EMAIL PROTECTED]
Rogue Research                        www.rogue-research.com
Mac Software Developer              Montréal, Québec, Canada

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to