fix(3p/nix): Set Meson build type to 'release'
Gotta go fast ... (well, not while compiling)
This commit is contained in:
parent
06217f70d2
commit
cac00656cb
1 changed files with 2 additions and 0 deletions
2
third_party/nix/default.nix
vendored
2
third_party/nix/default.nix
vendored
|
@ -55,6 +55,8 @@ in stdenv.mkDerivation {
|
|||
xz
|
||||
];
|
||||
|
||||
mesonBuildType = "release";
|
||||
|
||||
mesonFlags = [
|
||||
"-Dsandbox_shell=${pkgs.busybox-sandbox-shell}/bin/busybox"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue