From 2fcc0cc3e5e809441a32f5e864755e3242813f80 Mon Sep 17 00:00:00 2001 From: Xpol Wan Date: Wed, 1 Apr 2015 17:03:00 +0800 Subject: Add options to hide the MSVC tools' startup logo. --- src/luarocks/cfg.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index f806f822..70c16a2a 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua @@ -332,8 +332,8 @@ if detected.windows then defaults.variables.LD = "link" defaults.variables.MT = "mt" defaults.variables.LUALIB = "lua"..cfg.lua_version..".lib" - defaults.variables.CFLAGS = "/MD /O2" - defaults.variables.LIBFLAG = "/dll" + defaults.variables.CFLAGS = "/nologo /MD /O2" + defaults.variables.LIBFLAG = "/nologo /dll" local bins = { "SEVENZ", "CP", "FIND", "LS", "MD5SUM", "MKDIR", "MV", "PWD", "RMDIR", "TEST", "UNAME", "WGET" } -- cgit v1.2.3-55-g6feb