mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-12-21 23:38:54 +00:00
Update --jit flag description
This commit is contained in:
parent
eef87a0f63
commit
2441730203
@ -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 New Issue
Block a user