macro_name MSVC
binary_name cl
linker_name link
output_to_object "/Fo"
output_to_exe "/OUT:"
add_include_dir_option "/I"
add_lib_dir_option "/LIBPATH:"
add_lib_option ""
compile_flags "/nologo /c"
optimization_flags "/O2 /Oi"
size_optimization_flags "/O1 /Os"
# for debug info in the object file:
#debug_info_flags "/Z7"
# for using a PDB file:
debug_info_flags "/Zi /FS"
lang_flags "/EHs /GR"
warning_flags "/W4 /wd4250 /wd4251 /wd4275"
visibility_build_flags "/DBOTAN_DLL=__declspec(dllexport)"
visibility_attribute "__declspec(dllimport)"
ar_command lib
ar_options "/nologo"
ar_output_to "/OUT:"
sse2 -> ""
ssse3 -> ""
sse4_1 -> ""
sse4_2 -> ""
x86_64:avx2 -> ""
bmi2 -> ""
aesni -> ""
clmul -> ""
rdrand -> ""
rdseed -> ""
default -> "$(LINKER) /DLL"
default-debug -> "$(LINKER) /DLL /DEBUG"
default -> "$(LINKER)"
default-debug -> "$(LINKER) /DEBUG"
all -> "/MD /bigobj"
all-debug -> "/MDd /bigobj"