Compare commits
3 commits
012d0d48ae
...
26db1fb807
Author | SHA1 | Date | |
---|---|---|---|
26db1fb807 | |||
667e3c1fb5 | |||
f9f7b96acd |
1 changed files with 1 additions and 2 deletions
|
@ -163,9 +163,8 @@ bool IsFastmemEnabled() {
|
|||
}
|
||||
#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__sun__)
|
||||
return false;
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool is_nce_enabled = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue