Re: [CMake] cmake 2.4.2 CMAKE_CXX_FLAGS_DEBUG

2006-06-07 Thread Brad King
frederic heem wrote: It has been suggested to use the following command to set different debug compiler flags: SET(CMAKE_CXX_FLAGS_DEBUG "-g3 -ggdb -O0" CACHE STRING "Debug options.") Unfortunately, it no longer works with cmake 2.4.2. It is ignored, only -g is present. Did this work in any v

[CMake] cmake 2.4.2 CMAKE_CXX_FLAGS_DEBUG

2006-06-07 Thread frederic heem
Hi, It has been suggested to use the following command to set different debug compiler flags: SET(CMAKE_CXX_FLAGS_DEBUG "-g3 -ggdb -O0" CACHE STRING "Debug options.") Unfortunately, it no longer works with cmake 2.4.2. It is ignored, only -g is present. Regards, -- *     -     *