Skip to content

Commit

Permalink
Disable debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
mboehme authored Aug 18, 2017
1 parent b4c1c6f commit fa96338
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm_mode/afl-llvm-pass.so.cc
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,8 @@ bool AFLCoverage::runOnModule(Module &M) {
if (it->first.compare(bb_name) == 0)
distance = it->second;

ACTF("Distance for %s\t: %d", bb_name.c_str(), distance);
/* DEBUG */
// ACTF("Distance for %s\t: %d", bb_name.c_str(), distance);

}
}
Expand Down

0 comments on commit fa96338

Please sign in to comment.