nanos6: enable jemalloc by default
This commit is contained in:
parent
5fae560ce9
commit
cb12aa2d94
@ -11,11 +11,13 @@
|
||||
, papi
|
||||
, extrae
|
||||
, boost
|
||||
, enableJemalloc ? false
|
||||
, enableJemalloc ? true
|
||||
, jemalloc ? null
|
||||
, cachelineBytes ? 64
|
||||
}:
|
||||
|
||||
assert enableJemalloc -> (jemalloc != null);
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
Loading…
Reference in New Issue
Block a user