From a3864aea23da4dfa126d1ae6b65d632ff4f98e77 Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 13 Apr 2013 01:24:57 +0200 Subject: implements #258; activate via --verbosity:2 --- compiler/cgen.nim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compiler') diff --git a/compiler/cgen.nim b/compiler/cgen.nim index d7f8c4e22..753576aa0 100644 --- a/compiler/cgen.nim +++ b/compiler/cgen.nim @@ -575,6 +575,8 @@ proc loadDynamicLib(m: BModule, lib: PLib) = if lib.path.kind in {nkStrLit..nkTripleStrLit}: var s: TStringSeq = @[] libCandidates(lib.path.strVal, s) + if gVerbosity >= 2: + MsgWriteln("Dependency: " & lib.path.strVal) var loadlib: PRope = nil for i in countup(0, high(s)): inc(m.labels) -- cgit 1.4.1-2-gfad0