mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-04 06:12:07 +01:00
Merge bitcoin/bitcoin#33235: build: set ENABLE_IPC to OFF when fuzzing
af4156ab75build: set ENABLE_IPC to OFF when fuzzing (fanquake) Pull request description: A `BUILD_FOR_FUZZING` build will currently failure to configure, with missing `capnp`. ACKs for top commit: Crypt-iQ: tACKaf4156ab75marcofleon: ACKaf4156ab75dergoegge: utACKaf4156ab75janb84: ACKaf4156ab75Tree-SHA512: e3c5238cb5823116a958502eab84ee72a94cac0853fc3908ef97b6b6dc037db27806be0726f321d70ab706c37924dec526b46a3a46ea3f3f3684ce48da46a803
This commit is contained in:
@@ -217,6 +217,7 @@ if(BUILD_FOR_FUZZING)
|
||||
set(BUILD_TESTS OFF)
|
||||
set(BUILD_GUI_TESTS OFF)
|
||||
set(BUILD_BENCH OFF)
|
||||
set(ENABLE_IPC OFF)
|
||||
set(BUILD_FUZZ_BINARY ON)
|
||||
|
||||
target_compile_definitions(core_interface INTERFACE
|
||||
|
||||
Reference in New Issue
Block a user