mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
build: Automatically define FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION for fuzz builds
This commit is contained in:
parent
0c02d4b2bd
commit
a3f6f5acd8
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ if(BUILD_FOR_FUZZING)
|
|||
|
||||
target_compile_definitions(core_interface INTERFACE
|
||||
ABORT_ON_FAILED_ASSUME
|
||||
FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue