--listCmd also needs to affect linking step

This commit is contained in:
Andreas Rumpf
2016-07-13 21:26:58 +02:00
parent 7df8b4bb43
commit b43d5148c5
2 changed files with 2 additions and 3 deletions

View File

@@ -754,7 +754,7 @@ proc callCCompiler*(projectfile: string) =
"lib", quoteShell(libpath)])
if optCompileOnly notin gGlobalOptions:
execExternalProgram(linkCmd,
if gVerbosity > 1: hintExecuting else: hintLinking)
if optListCmd in gGlobalOptions or gVerbosity > 1: hintExecuting else: hintLinking)
else:
linkCmd = ""
if optGenScript in gGlobalOptions:

View File

@@ -518,7 +518,6 @@ const
warnGcUnsafe,
hintPath,
hintDependency,
hintExecuting,
hintCodeBegin, hintCodeEnd,
hintSource, hintStackTrace,
hintGCStats},
@@ -530,7 +529,7 @@ const
var
ForeignPackageNotes*: TNoteKinds = {hintProcessing, warnUnknownMagic,
hintQuitCalled}
hintQuitCalled, hintExecuting}
filenameToIndexTbl = initTable[string, int32]()
fileInfos*: seq[TFileInfo] = @[]
systemFileIdx*: int32