depends: disable reduced exports for debug builds
Some debug options may not be compatible.
This commit is contained in:
parent
1f7fff2bee
commit
00522cd45b
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue