@@ -397,16 +397,18 @@ const char *ms_cl_prefixes[]=
397
397
" Y" , // - disable all PCH options
398
398
" Zm" , // <n> max memory alloc (% of default)
399
399
" 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
403
403
" 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
410
412
nullptr
411
413
};
412
414
0 commit comments