mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Disabling -Wsign-conversion for yul_proto_diff_custom_mutate_ossfuzz target
This commit is contained in:
parent
c90d3a3558
commit
a72b0deea6
@ -83,6 +83,7 @@ if (OSSFUZZ)
|
||||
protobuf.a
|
||||
)
|
||||
set_target_properties(yul_proto_diff_custom_mutate_ossfuzz PROPERTIES LINK_FLAGS ${LIB_FUZZING_ENGINE})
|
||||
target_compile_options(yul_proto_diff_custom_mutate_ossfuzz PUBLIC ${COMPILE_OPTIONS} -Wno-sign-conversion)
|
||||
|
||||
add_executable(abiv2_proto_ossfuzz
|
||||
../../EVMHost.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user