Print linker version to log

This commit is contained in:
Roland Kaufmann 2013-07-05 12:45:39 +02:00
parent b72ebed8c2
commit 44764454a2

View File

@ -50,6 +50,7 @@ vcs_info ()
# print toolchain information to identify compilers with potential bugs
include (UseCompVer)
compiler_info ()
linker_info ()
# default settings: build static debug library
include (OpmDefaults)