show auto-linking decision process only in VERBOSE
This commit is contained in:
Родитель
b5fbaa0114
Коммит
8f1a7e5546
2
emcc
2
emcc
|
@ -1354,7 +1354,7 @@ try:
|
|||
for haz in has: # remove symbols that are supplied by another of the inputs
|
||||
if haz in need:
|
||||
need.remove(haz)
|
||||
logging.debug('considering %s: we need %s and have %s' % (name, str(need), str(has)))
|
||||
if shared.Settings.VERBOSE: logging.debug('considering %s: we need %s and have %s' % (name, str(need), str(has)))
|
||||
if (force or len(need) > 0) and apply_(need):
|
||||
# We need to build and link the library in
|
||||
logging.debug('including %s' % name)
|
||||
|
|
Загрузка…
Ссылка в новой задаче