diff --git a/src/goto-cc/ms_cl_cmdline.cpp b/src/goto-cc/ms_cl_cmdline.cpp index 58a0736ed06..85cf0221c29 100644 --- a/src/goto-cc/ms_cl_cmdline.cpp +++ b/src/goto-cc/ms_cl_cmdline.cpp @@ -397,16 +397,18 @@ const char *ms_cl_prefixes[]= "Y", // - disable all PCH options "Zm", // max memory alloc (% of default) "Wp64", // enable 64 bit porting warnings - "LD", // Create .DLL - "LDd", // Create .DLL debug library - "LN", // Create a .netmodule + "LD", // Create .DLL + "LDd", // Create .DLL debug library + "LN", // Create a .netmodule "F", // set stack size - "link", // [linker options and libraries] - "MD", // link with MSVCRT.LIB - "MT", // link with LIBCMT.LIB - "MDd", // link with MSVCRTD.LIB debug lib - "MTd", // link with LIBCMTD.LIB debug lib - "std", // specify C++ language standard + "link", // [linker options and libraries] + "MD", // link with MSVCRT.LIB + "MT", // link with LIBCMT.LIB + "MDd", // link with MSVCRTD.LIB debug lib + "MTd", // link with LIBCMTD.LIB debug lib + "std", // specify C++ language standard + "sdl", // Enable Additional Security Checks + "diagnostics", // unknown nullptr };