aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2014-09-23 18:18:03 -0400
committerCory Fields <[email protected]>2014-09-25 14:56:26 -0400
commit00522cd45b7c093975a7684876b26abeced58da9 (patch)
tree55aee5979b4c2eb75a470c8b03f5a074f45864dc
parentdepends: add docs for debug (diff)
downloaddiscoin-00522cd45b7c093975a7684876b26abeced58da9.tar.xz
discoin-00522cd45b7c093975a7684876b26abeced58da9.zip
depends: disable reduced exports for debug builds
Some debug options may not be compatible.
-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 c80c3e8f2..3426050cd 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