diff options
| author | Cory Fields <[email protected]> | 2014-08-07 18:59:06 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-08-15 17:42:53 -0400 |
| commit | 4975ae1722cd8af63eda2f02ef64a98091b6fb58 (patch) | |
| tree | 763ed388dcea4bf57a2fbd4f6f731610cc170d47 /src/Makefile.test.include | |
| parent | Merge pull request #4638 (diff) | |
| download | discoin-4975ae1722cd8af63eda2f02ef64a98091b6fb58.tar.xz discoin-4975ae1722cd8af63eda2f02ef64a98091b6fb58.zip | |
build: add option for reducing exports
Enabled automatically if boost >= 1.49.
See: https://svn.boost.org/trac/boost/ticket/2309
Also, check for a default visibility attribute, so that we can mark future
api functions correctly.
Diffstat (limited to 'src/Makefile.test.include')
| -rw-r--r-- | src/Makefile.test.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index b5fee0822..b54c9be66 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -75,6 +75,7 @@ if USE_LIBSECP256K1 endif test_test_bitcoin_LDADD += $(BDB_LIBS) $(SSL_LIBS) $(CRYPTO_LIBS) +test_test_bitcoin_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) nodist_test_test_bitcoin_SOURCES = $(GENERATED_TEST_FILES) |