Skip to content

Commit a3f6f5a

Browse files
committed
build: Automatically define FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION for fuzz builds
1 parent 0c02d4b commit a3f6f5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ if(BUILD_FOR_FUZZING)
255255

256256
target_compile_definitions(core_interface INTERFACE
257257
ABORT_ON_FAILED_ASSUME
258+
FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
258259
)
259260
endif()
260261

0 commit comments

Comments
 (0)