Am Mittwoch 09 September 2009 schrieb Kornel Benko:
> Am Mittwoch 09 September 2009 schrieb Harry van der Wolf:
> > Well, Some "debugging"  statement was exactly what I was looking for but
> > I couldn't find it so I assumed (incorrectly) that I was in Release mode
> > or so. Where is this being set?
>
> I am searching too ...
>
>       Kornel

Found it.
One has to set
set(CMAKE_BUILD_TYPE Release CACHE STRING
        "Choose the type of build, options are: None Debug Release 
RelWithDebInfo MinSizeRel."
        FORCE)
somwhere at the start of CMakeLists.txt to get optimized version.

Compiling now.

        Kornel

-- 
Kornel Benko
kornel.be...@berlin.de

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to