depends: disable reduced exports for debug builds

Some debug options may not be compatible.
This commit is contained in:
Cory Fields 2014-09-23 18:18:03 -04:00
parent 1f7fff2bee
commit 00522cd45b
1 changed files with 4 additions and 0 deletions

View File

@ -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