Skip to content

Commit

Permalink
fixup! cmake: Add fuzzing options
Browse files Browse the repository at this point in the history
Disable WITH_EXTERNAL_SIGNER when FUZZ=ON. The behavior is aligned with
the master branch.
  • Loading branch information
hebasto committed Mar 24, 2024
1 parent e8bbd04 commit d96f51a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ if(FUZZ)
set(BUILD_SHARED_LIBS OFF)
set(BUILD_WALLET_TOOL OFF)
set(WITH_GUI OFF)
set(WITH_EXTERNAL_SIGNER OFF)
set(WITH_NATPMP OFF)
set(WITH_MINIUPNPC OFF)
set(WITH_ZMQ OFF)
Expand Down

0 comments on commit d96f51a

Please sign in to comment.