diff options
| author | Cory Fields <[email protected]> | 2014-09-23 18:18:03 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-09-25 14:56:26 -0400 |
| commit | 00522cd45b7c093975a7684876b26abeced58da9 (patch) | |
| tree | 55aee5979b4c2eb75a470c8b03f5a074f45864dc | |
| parent | depends: add docs for debug (diff) | |
| download | discoin-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.in | 4 |
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 |