fix(3p/nix): Set Meson build type to 'release'

Gotta go fast ... (well, not while compiling)
This commit is contained in:
Vincent Ambo 2020-05-23 20:39:02 +01:00
parent 06217f70d2
commit cac00656cb

View file

@ -55,6 +55,8 @@ in stdenv.mkDerivation {
xz xz
]; ];
mesonBuildType = "release";
mesonFlags = [ mesonFlags = [
"-Dsandbox_shell=${pkgs.busybox-sandbox-shell}/bin/busybox" "-Dsandbox_shell=${pkgs.busybox-sandbox-shell}/bin/busybox"
]; ];