On Wed, Feb 10, 2010 at 10:51:28AM +0800, xiad...@sina.com wrote:
> SET (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /GL")
>  
> The corresponding statement in the .vcproj file generated by CMake is:
>  
> AdditionalOptions=" /Zm1000 /GL"
>  
> When I open the property pages in VS 2005,I can see /GL on the 
> page on command line, but the item of“Whole Program Optimization”on the 
> page of Optimization is still No.
>  
> Why does not CMake generate WholeProgramOptimization="1" in the .vcproj file?

I've seen a similar case where the CMake-generated .vcproj "looked"
wrong in the IDE but the compiler was actually using the appropriate
setting (the /DEBUG flag iirc).

It may be that Visual Studio is actually compiling the code with "Whole Program
Optimization". Can you check that somehow?

tyler
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to