mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
build: Pass missed strip
tool via config.site
This commit is contained in:
parent
bfbce6cbfe
commit
a4fd440741
1 changed files with 5 additions and 0 deletions
|
@ -115,6 +115,11 @@ if test -n "@NM@"; then
|
||||||
ac_cv_path_ac_pt_NM="${NM}"
|
ac_cv_path_ac_pt_NM="${NM}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test -n "@STRIP@"; then
|
||||||
|
STRIP="@STRIP@"
|
||||||
|
ac_cv_path_ac_pt_STRIP="${STRIP}"
|
||||||
|
fi
|
||||||
|
|
||||||
if test -n "@debug@"; then
|
if test -n "@debug@"; then
|
||||||
enable_reduce_exports=no
|
enable_reduce_exports=no
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue