Browse Source
This avoids conflicts between the libraries statically linked into bitcoin and any libraries we may link dynamically (such as Qt and OpenSSL, see issue #4094). It also avoids start-up overhead to not export any unnecessary symbols. To do this, build a linker script that marks all symbols as local.0.10
Wladimir J. van der Laan
11 years ago
1 changed files with 11 additions and 1 deletions
Loading…
Reference in new issue