From e5ae7ceaa30b165970db75dffff8e2df564fbba3 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 7 Jan 2020 01:38:59 -0800 Subject: [easy] --hint:link:on now shows link cmd instead of nothing (#13056) * --hint:link:on now shows link cmd instead of nothing * update doc for --listCmd --- compiler/extccomp.nim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compiler/extccomp.nim') diff --git a/compiler/extccomp.nim b/compiler/extccomp.nim index f8b7ac150..de6c0ca3b 100644 --- a/compiler/extccomp.nim +++ b/compiler/extccomp.nim @@ -835,8 +835,7 @@ template tryExceptOSErrorMessage(conf: ConfigRef; errorPrefix: string = "", body proc execLinkCmd(conf: ConfigRef; linkCmd: string) = tryExceptOSErrorMessage(conf, "invocation of external linker program failed."): - execExternalProgram(conf, linkCmd, - if optListCmd in conf.globalOptions or conf.verbosity > 1: hintExecuting else: hintLinking) + execExternalProgram(conf, linkCmd, hintLinking) proc maybeRunDsymutil(conf: ConfigRef; exe: AbsoluteFile) = when defined(osx): -- cgit 1.4.1-2-gfad0