1
0
Fork 0

usrsctp: enable parallel building

This commit is contained in:
Andreas Wiese 2021-05-10 19:00:42 +02:00
parent d41bbf5963
commit d2b6651201

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ which libtool autoconf automake ];
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = "-O2";
preConfigure = "./bootstrap";