From cac00656cbbc6b22cbbf7d575f9bf464c144c4f9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 23 May 2020 20:39:02 +0100 Subject: fix(3p/nix): Set Meson build type to 'release' Gotta go fast ... (well, not while compiling) --- third_party/nix/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'third_party/nix/default.nix') diff --git a/third_party/nix/default.nix b/third_party/nix/default.nix index 13301984de92..4279fda7a0d1 100644 --- a/third_party/nix/default.nix +++ b/third_party/nix/default.nix @@ -55,6 +55,8 @@ in stdenv.mkDerivation { xz ]; + mesonBuildType = "release"; + mesonFlags = [ "-Dsandbox_shell=${pkgs.busybox-sandbox-shell}/bin/busybox" ]; -- cgit 1.4.1