Hi,
the test suite uses the --whole-archive and --no-whole-archive
flags hard coded in the automake makefiles. The reason seems to
be to properly link the static convencience libraries
from the various sub directories into the executable, since
the main program does not reference any symbols from
Andreas Fester wrote:
Hi,
the test suite uses the --whole-archive and --no-whole-archive
flags hard coded in the automake makefiles. The reason seems to
be to properly link the static convencience libraries
from the various sub directories into the executable, since
the main program does not re