mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Update --jit flag description
This commit is contained in:
parent
eef87a0f63
commit
2441730203
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue