diff options
author | van Hauser <vh@thc.org> | 2020-03-22 09:26:46 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-22 09:26:46 +0100 |
commit | 5a0cc43ee142842d845a0281fa8f5d0d0721a8ba (patch) | |
tree | ae17254425d47bd24114f33ca2eadf1d873e81ee /include/debug.h | |
parent | f08a3fedf684a52b7999b1305248812a21927b99 (diff) | |
download | afl++-5a0cc43ee142842d845a0281fa8f5d0d0721a8ba.tar.gz |
all afl msgs to stdout and only read AFL_BENCH_JUST_ONE once
Diffstat (limited to 'include/debug.h')
-rw-r--r-- | include/debug.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/debug.h b/include/debug.h index b3865c19..6ced60b1 100644 --- a/include/debug.h +++ b/include/debug.h @@ -32,6 +32,10 @@ * Terminal colors * *******************/ +#ifndev MESSAGES_TO_STDOUT +#define MESSAGES_TO_STDOUT +#endif + #ifdef USE_COLOR #define cBLK "\x1b[0;30m" |