about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-27 13:07:55 +0200
committervan Hauser <vh@thc.org>2020-07-27 13:07:55 +0200
commit7944009a65da71fab7c722182bf1ac630bdde226 (patch)
tree6a60f7250dc41209ae04abe1ff21692d54399b71
parent4eb06bb54b56117fc6858a1c76dc891e33a63fed (diff)
downloadafl++-7944009a65da71fab7c722182bf1ac630bdde226.tar.gz
unrenice
-rw-r--r--src/afl-fuzz.c2
1 files changed, 1 insertions, 1 deletions
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();