Skip to content

Commit

Permalink
build(fuzz): build fuzz with dwarf-4. (test)
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Leprince <github.pleprince@gmail.com>
  • Loading branch information
pleprince committed Apr 23, 2024
1 parent 4c714a2 commit 81e1701
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/OpenEXRFuzzTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if(OPENEXR_RUN_FUZZ_TESTS)
testFuzzTiles.h
)
target_include_directories(OpenEXRFuzzTest PRIVATE ../OpenEXRTest)
target_compile_options(OpenEXRFuzzTest PRIVATE "-gdwarf-4")
target_link_libraries(OpenEXRFuzzTest OpenEXR::OpenEXR blosc2_static ${CMAKE_DL_LIBS})
set_target_properties(OpenEXRFuzzTest PROPERTIES
RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin"
Expand Down

0 comments on commit 81e1701

Please sign in to comment.