libmpack: build with config=release

This commit is contained in:
Yureka 2022-09-25 14:19:33 +02:00
parent fd62fdca5b
commit 57b3039092

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ libtool ];
makeFlags = [ "LIBTOOL=libtool" "PREFIX=$(out)" ];
makeFlags = [ "LIBTOOL=libtool" "PREFIX=$(out)" "config=release" ];
meta = with lib; {
description = "Simple implementation of msgpack in C";