mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-03 14:37:11 +01:00
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}
|
ac_cv_path_ac_pt_NM=${NM}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test -n "@debug@"; then
|
||||||
|
enable_reduce_exports=no
|
||||||
|
fi
|
||||||
|
|
||||||
if test -n "@CFLAGS@"; then
|
if test -n "@CFLAGS@"; then
|
||||||
export CFLAGS="@CFLAGS@ $CFLAGS"
|
export CFLAGS="@CFLAGS@ $CFLAGS"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue