Merge pull request #192884 from yu-re-ka/libmpack-release

libmpack: build with config=release
This commit is contained in:
superherointj 2022-09-25 10:07:05 -03:00 committed by GitHub
commit a7a5b8d513
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";