Skip to content

Commit

Permalink
Update --jit flag description
Browse files Browse the repository at this point in the history
  • Loading branch information
tevador committed Sep 22, 2019
1 parent eef87a0 commit 2441730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/benchmark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ void printUsage(const char* executable) {
std::cout << " --help shows this message" << std::endl;
std::cout << " --mine mining mode: 2080 MiB" << std::endl;
std::cout << " --verify verification mode: 256 MiB" << std::endl;
std::cout << " --jit x86-64 JIT compiled mode (default: interpreter)" << std::endl;
std::cout << " --jit JIT compiled mode (default: interpreter)" << std::endl;
std::cout << " --secure W^X policy for JIT pages (default: off)" << std::endl;
std::cout << " --largePages use large pages (default: small pages)" << std::endl;
std::cout << " --softAes use software AES (default: hardware AES)" << std::endl;
Expand Down

0 comments on commit 2441730

Please sign in to comment.