aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/cc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-11-29 16:42:11 -0500
committerJack Lloyd <[email protected]>2017-11-29 16:42:11 -0500
commit33e468711d09430520d2404fbc7edaa6350cdfdc (patch)
tree73f703f2b4786dc0d289aafb5eaed1f18c742905 /src/build-data/cc
parent934f904f5e1ea6280eb294cc72bbc525eac53250 (diff)
Use this to prevent fallback to Unix ar default args
Diffstat (limited to 'src/build-data/cc')
-rw-r--r--src/build-data/cc/msvc.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/msvc.txt b/src/build-data/cc/msvc.txt
index 3f7f360e4..51608dcfa 100644
--- a/src/build-data/cc/msvc.txt
+++ b/src/build-data/cc/msvc.txt
@@ -26,7 +26,7 @@ visibility_build_flags "/DBOTAN_DLL=__declspec(dllexport)"
visibility_attribute "__declspec(dllimport)"
ar_command lib
-ar_options ""
+ar_options "/nologo"
makefile_style nmake