diff options
Diffstat (limited to 'depends')
-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 |