Compare commits
2 Commits
8871e10cea
...
4d631b7974
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d631b7974 | |||
| bd1c9c2b0d |
@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
|
||||
CFLAGS=-Wno-implicit-int
|
||||
CPPFLAGS=-I${libtirpc.dev}/include/tirpc
|
||||
LDFLAGS=-ltirpc
|
||||
CC=${stdenv.cc.targetPrefix}cc
|
||||
)
|
||||
'';
|
||||
|
||||
|
||||
@ -72,6 +72,7 @@ in
|
||||
"--disable-all-instrumentations"
|
||||
"--enable-ovni-instrumentation"
|
||||
"--with-ovni=${ovni}"
|
||||
"--with-boost=${boost.dev}"
|
||||
] ++
|
||||
(optional enableJemalloc "--with-jemalloc=${jemallocNanos6}") ++
|
||||
(optional enableGlibcxxDebug "CXXFLAGS=-D_GLIBCXX_DEBUG");
|
||||
|
||||
Reference in New Issue
Block a user