[CMAKE][CONFIGURE] Enable runtime checks on MSVC by default. 2509/head
authorVictor Perevertkin <victor.perevertkin@reactos.org>
Thu, 9 Apr 2020 01:40:17 +0000 (04:40 +0300)
committerVictor Perevertkin <victor.perevertkin@reactos.org>
Fri, 10 Apr 2020 23:48:12 +0000 (02:48 +0300)
commit92dfec219d8c53a84c68ca069abbc170fc8bdb49
tree478ea906cc2ee2b86a54d65d556632218d007a88
parent2a6bccb4ce84092f4725e7bd64e33f09941522ea
[CMAKE][CONFIGURE] Enable runtime checks on MSVC by default.
Remove RTC switch from configure.cmd, now MSVC runtime checks are
supposed to be enabled/disabled via CMake define (-DRUNTIME_CHECKS=1)
Prepare for adding more dynamic analysis options
boot/environ/CMakeLists.txt
boot/freeldr/freeldr/CMakeLists.txt
configure.cmd
dll/keyboard/CMakeLists.txt
ntoskrnl/ntkrnlmp/CMakeLists.txt
sdk/cmake/config-amd64.cmake
sdk/cmake/config-arm.cmake
sdk/cmake/config.cmake
sdk/cmake/msvc.cmake