Skip to content

Commit

Permalink
two further Visual Studio CL options
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kroening committed Jul 24, 2018
1 parent 78b7119 commit 9c9c375
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions src/goto-cc/ms_cl_cmdline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,16 +397,18 @@ const char *ms_cl_prefixes[]=
"Y", // - disable all PCH options
"Zm", // <n> 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", // <num> 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
};

Expand Down

0 comments on commit 9c9c375

Please sign in to comment.