Re: [CMake] Disable buffer security check in visual studio /GS-

2011-04-20 Thread John Drescher
On Wed, Apr 20, 2011 at 12:55 PM, John Drescher  wrote:
> 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
>

I guess that is not the best link since its a patch to enable
detecting 64 bit portability but it does show CMake identifies the
option.

John
___
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


[CMake] Disable buffer security check in visual studio /GS-

2011-04-20 Thread John Drescher
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