Skip to content

Commit

Permalink
Strict assembly fuzzer: Change optimization setting from full to mini…
Browse files Browse the repository at this point in the history
…mal.
  • Loading branch information
bshastry authored and cameel committed Feb 24, 2023
1 parent 58c1cc6 commit 1ac3abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/ossfuzz/strictasm_assembly_ossfuzz.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extern "C" int LLVMFuzzerTestOneInput(uint8_t const* _data, size_t _size)
langutil::EVMVersion(),
nullopt,
YulStack::Language::StrictAssembly,
solidity::frontend::OptimiserSettings::full(),
solidity::frontend::OptimiserSettings::minimal(),
langutil::DebugInfoSelection::All()
);

Expand Down

0 comments on commit 1ac3abf

Please sign in to comment.