mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +00:00
code format, llvm 18
This commit is contained in:
@ -24,7 +24,7 @@ __AFL_FUZZ_INIT();
|
||||
/* To ensure checks are not optimized out it is recommended to disable
|
||||
code optimization for the fuzzer harness main() */
|
||||
#pragma clang optimize off
|
||||
#pragma GCC optimize("O0")
|
||||
#pragma GCC optimize("O0")
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
|
||||
|
Reference in New Issue
Block a user