diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-11-17 11:39:21 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-11-17 11:39:21 +0100 |
commit | 7e022a09ccd88cf91cfafbc3d61cdb93b961bbe7 (patch) | |
tree | 647c7d7ec9c0614b5fb82449e5904f641cd2eb87 /include/config.h | |
parent | 0071e537f3aa1ccb6dbc38a2e88bd53595021775 (diff) | |
download | afl++-7e022a09ccd88cf91cfafbc3d61cdb93b961bbe7.tar.gz |
adjust qbdi mode
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index 144d3810..edfaf9ad 100644 --- a/include/config.h +++ b/include/config.h @@ -41,7 +41,9 @@ /* Comment out to disable fancy ANSI boxes and use poor man's 7-bit UI: */ +#ifndef ANDROID_DISABLE_FANCY // Fancy boxes are ugly from adb #define FANCY_BOXES +#endif /* Default timeout for fuzzed code (milliseconds). This is the upper bound, also used for detecting hangs; the actual value is auto-scaled: */ |