mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-08 22:07:56 +00:00
xmr: disable huge pages if not defined #19
This commit is contained in:
parent
1e71dc5782
commit
949061d223
@ -30,6 +30,10 @@
|
||||
#define MADV_HUGEPAGE 0
|
||||
#endif
|
||||
|
||||
#ifndef MADV_HUGEPAGE
|
||||
#define MADV_HUGEPAGE 0
|
||||
#endif
|
||||
|
||||
#ifndef PRIu64
|
||||
#define PRIu64 "I64u"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user