Arguments can be specified after -ignore_remaining_args=1 to modify
the compiler invocation. For example, the following command-line
will fuzz LLVM with a custom optimization level and target triple:
clang-proto-fuzzer CORPUS/ -ignore_remaining_args -O3 \ -triple arm64-apple-ios9
[remark, feel free to ignore]
the "break;" here is redundant, and thus the {} too, i.e. you can keep the code shorter.
Whether it will make it more readable is debatable.