From 7944009a65da71fab7c722182bf1ac630bdde226 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 27 Jul 2020 13:07:55 +0200 Subject: unrenice --- src/afl-fuzz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 39e4f32d..103c9b2a 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -1234,7 +1234,7 @@ int main(int argc, char **argv_orig, char **envp) { } - (void)nice(-20); + // (void)nice(-20); // does not improve the speed // real start time, we reset, so this works correctly with -V afl->start_time = get_cur_time(); -- cgit 1.4.1