Hello,

I ran into an issue with the Green Hills MULTI generator when the
CMAKE_BUILD_TYPE is not set.  The project files have have '-O' enabled when
compiling the software.  Looking at the generator source code I saw that it
would use the RELEASE mode flags when CMAKE_BUILD_TYPE is empty.

Based upon the CMAKE documentation it seems to me that this is incorrect
behavior and that if CMAKE_BUILD_TYPE is not specified then only
CMAKE_<LANG>_FLAGS should be used.

Before opening an issue report I wanted to make sure that my understanding
of these variables is correct.

Best regards,
Fred Baksik
-- 

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

Reply via email to