mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-11 22:43:06 +02:00
Merge bitcoin/bitcoin#35077: kernel: build: remove unused serfloat dependency
49895b9cbdkernel: build: remove unused serfloat dependency (Sebastian Falbesoner) Pull request description: The serfloat module (more concretely, its two functions `{Encode,Decode}Double`) is only used for [fee estimation](7844a2f083/src/policy/fees/block_policy_estimator.cpp (L21)), which is not included in the bitcoinkernel library, so the linking dependency can be removed. (Not terribly important in practice, but: this reduces the static library size by ~1.5 KB (~2.7 KB unstripped) on my arm64 Linux machine.) ACKs for top commit: davidgumberg: ACK49895b9cbdstickies-v: ACK49895b9cbdTree-SHA512: c3b4feec55cdc7476f54185db95c94e7365f5feadf09d3740d51dce32a1ceeef4d38ecf5c8cf7ca4ed326a12dab386bb104da978ff06bdf739889b2cfa81603d
This commit is contained in:
@@ -68,7 +68,6 @@ add_library(bitcoinkernel
|
||||
../util/hasher.cpp
|
||||
../util/moneystr.cpp
|
||||
../util/rbf.cpp
|
||||
../util/serfloat.cpp
|
||||
../util/signalinterrupt.cpp
|
||||
../util/syserror.cpp
|
||||
../util/threadnames.cpp
|
||||
|
||||
Reference in New Issue
Block a user