On 11/02/2014 04:59 PM, J Decker wrote: > there is no way to set the symbol file name of a target; > so it is better to revert that change.
I've applied the patch here: Watcom: Drop symfile linker option http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6b63942e and merged it to 'next' for testing. I plan to merge this for the next 3.1 release candidate if it is clean. The change in default behavior for linker symbols from 3.0 was not intended. For those that really want the separate symbols file they can set the CMAKE_*_LINKER_FLAGS_DEBUG cache entries themselves. We do not need it in the default link flags. Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
