[Kst] Re: cmake

Peter Kümmel syntheticpp at gmx.net
Tue Feb 22 22:47:06 CET 2011


>
> Sorry, I misunderstood your question.  Ummm "cmake disable strip enable
> optimization".  I came up with this page:
> http://www.cmake.org/cmake/help/cmake-2-8-docs.html#variable:CMAKE_BUILD_TYPE
> which makes me think that setting it to "RelWithDebInfo" might be
> correct?  I appologize for knowing nothing about cmake.
>

RelWithDebInfo is only -O3 -g.

But as I understand you, your idea is to have a optimized
binary without debug symbols and a debuginfo file with
the symbols which could be installed separately in common
with the sources.
And this constellation I've never done with cmake.

Peter


More information about the Kst mailing list