Skip to content

Commit 7823d9c

Browse files
author
Daniel Kroening
authored
Merge pull request diffblue#2606 from diffblue/ms_cl_options
two further Visual Studio CL options
2 parents 0f60b26 + 9c9c375 commit 7823d9c

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

src/goto-cc/ms_cl_cmdline.cpp

+11-9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)