mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-20 23:20:45 +02:00
depends: disable reduced exports for debug builds
Some debug options may not be compatible.
This commit is contained in:
parent
1f7fff2bee
commit
00522cd45b
@ -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…
Reference in New Issue
Block a user