After profiling my Visual Studio 2005 application I see that over 5% of the execution time in the Release build was spent doing buffer security checks. I found the following link for CMake support
http://www.cmake.org/pipermail/cmake-commits/2008-March/003844.html however I do not understand what that buys me. There is no option that I can see in cmake-gui for disabling buffer security checks. I would expect I could add my own option for my application but that would not help itk or vtk. Thanks, John M. Drescher _______________________________________________ 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
