We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ad45d commit 3f05950Copy full SHA for 3f05950
src/Makefile.am
@@ -834,6 +834,10 @@ libbitcoinkernel_la_LDFLAGS += -static
834
libbitcoinkernel_la_CXXFLAGS += -static
835
endif
836
837
+# TODO: libbitcoinkernel is a work in progress consensus engine library, as more
838
+# and more modules are decoupled from the consensus engine, this list will
839
+# shrink to only those which are absolutely necessary. For example, things
840
+# like index/*.cpp will be removed.
841
libbitcoinkernel_la_SOURCES = \
842
kernel/bitcoinkernel.cpp \
843
arith_uint256.cpp \
0 commit comments