I noticed that stack overflow checking is still enabled in release modes; Is there an option somehow to disable stack checking always(?) or I dunno I figure stack checking is a debugging feature, and release should run in an optimal mode.
Also is there a way to select linking against static runtime instead of dynamic? It's been best for me to use the DLL; otherwise the same runtime init would be run in each DLL I built; but I do have a special case that I want to generate minimal external references; and it has no reference to the runtime; other than if I use 64 bit numbers in the computations, then I need special routines to do the 64 bit shift on 32 bit hardware...
-- 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://www.cmake.org/mailman/listinfo/cmake
