mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
fix for arm64
This commit is contained in:
@ -629,12 +629,12 @@ void compiler_mode_by_callname(aflcc_state_t *aflcc) {
|
||||
|
||||
aflcc->compiler_mode = CLANG;
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void compiler_mode_by_environ(aflcc_state_t *aflcc) {
|
||||
|
||||
if (getenv("AFL_PASSTHROUGH") || getenv("AFL_NOOPT")) {
|
||||
|
Reference in New Issue
Block a user