aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-09-23 18:18:03 -0400
committerCory Fields <cory-nospam-@coryfields.com>2014-09-25 14:56:26 -0400
commit00522cd45b7c093975a7684876b26abeced58da9 (patch)
tree55aee5979b4c2eb75a470c8b03f5a074f45864dc /depends
parent1f7fff2beea20c3f1bf5a4496f81cb9be9e0e07e (diff)
downloadbitcoin-00522cd45b7c093975a7684876b26abeced58da9.tar.xz
depends: disable reduced exports for debug builds
Some debug options may not be compatible.
Diffstat (limited to 'depends')
-rw-r--r--depends/config.site.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/depends/config.site.in b/depends/config.site.in
index c80c3e8f20..3426050cd3 100644
--- a/depends/config.site.in
+++ b/depends/config.site.in
@@ -77,6 +77,10 @@ if test -n "@NM@"; then
ac_cv_path_ac_pt_NM=${NM}
fi
+if test -n "@debug@"; then
+ enable_reduce_exports=no
+fi
+
if test -n "@CFLAGS@"; then
export CFLAGS="@CFLAGS@ $CFLAGS"
fi