diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-09-23 18:18:03 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2014-09-25 14:56:26 -0400 |
commit | 00522cd45b7c093975a7684876b26abeced58da9 (patch) | |
tree | 55aee5979b4c2eb75a470c8b03f5a074f45864dc /depends/config.site.in | |
parent | 1f7fff2beea20c3f1bf5a4496f81cb9be9e0e07e (diff) |
depends: disable reduced exports for debug builds
Some debug options may not be compatible.
Diffstat (limited to 'depends/config.site.in')
-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 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 |