@@ -397,16 +397,18 @@ const char *ms_cl_prefixes[]=
397397 " Y" , // - disable all PCH options
398398 " Zm" , // <n> max memory alloc (% of default)
399399 " Wp64" , // enable 64 bit porting warnings
400- " LD" , // Create .DLL
401- " LDd" , // Create .DLL debug library
402- " LN" , // Create a .netmodule
400+ " LD" , // Create .DLL
401+ " LDd" , // Create .DLL debug library
402+ " LN" , // Create a .netmodule
403403 " F" , // <num> set stack size
404- " link" , // [linker options and libraries]
405- " MD" , // link with MSVCRT.LIB
406- " MT" , // link with LIBCMT.LIB
407- " MDd" , // link with MSVCRTD.LIB debug lib
408- " MTd" , // link with LIBCMTD.LIB debug lib
409- " std" , // specify C++ language standard
404+ " link" , // [linker options and libraries]
405+ " MD" , // link with MSVCRT.LIB
406+ " MT" , // link with LIBCMT.LIB
407+ " MDd" , // link with MSVCRTD.LIB debug lib
408+ " MTd" , // link with LIBCMTD.LIB debug lib
409+ " std" , // specify C++ language standard
410+ " sdl" , // Enable Additional Security Checks
411+ " diagnostics" , // unknown
410412 nullptr
411413};
412414
0 commit comments