Re: [CMake] CPack Stripping Debug

2008-08-01 Thread Yuri V. Timenkov
On Thursday 31 July 2008 22:47:10 Bill Hoffman wrote: Paul Hatfield wrote: When compiling a binary with CMAKE_BUILD_TYPE as RelWithDebInfo, I verify that the binary has debug symbols, but when I generate an rpm using Cpack the debug symbols are lost. What's causing this? rpm

[CMake] CPack Stripping Debug

2008-07-31 Thread Paul Hatfield
When compiling a binary with CMAKE_BUILD_TYPE as RelWithDebInfo, I verify that the binary has debug symbols, but when I generate an rpm using Cpack the debug symbols are lost. What's causing this? -- Thanks, Paul Hatfield Software Engineer BRIT Systems 1909 Hi-Line Dr. Suite A Dallas, TX

Re: [CMake] CPack Stripping Debug

2008-07-31 Thread Bill Hoffman
Paul Hatfield wrote: When compiling a binary with CMAKE_BUILD_TYPE as RelWithDebInfo, I verify that the binary has debug symbols, but when I generate an rpm using Cpack the debug symbols are lost. What's causing this? rpm automatically runs strip on executables. It is not cmake doing this