Browse Source

depends: disable reduced exports for debug builds

Some debug options may not be compatible.
pull/145/head
Cory Fields 10 years ago
parent
commit
00522cd45b
  1. 4
      depends/config.site.in

4
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

Loading…
Cancel
Save