#2492 Add missing --huge-pages-jit command line option.
This commit is contained in:
parent
2eb2e90631
commit
d24581c963
4 changed files with 9 additions and 0 deletions
|
@ -88,6 +88,9 @@ static inline const std::string &usage()
|
|||
u += " --no-huge-pages disable huge pages support\n";
|
||||
# ifdef XMRIG_OS_LINUX
|
||||
u += " --hugepage-size=N custom hugepage size in kB\n";
|
||||
# endif
|
||||
# ifdef XMRIG_ALGO_RANDOMX
|
||||
u += " --huge-pages-jit enable huge pages support for RandomX JIT code\n";
|
||||
# endif
|
||||
u += " --asm=ASM ASM optimizations, possible values: auto, none, intel, ryzen, bulldozer\n";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue