From ce8256668c27e4b7161cb1a347fdfa38d295b7d4 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Tue, 7 Feb 2023 17:19:38 +0100 Subject: [PATCH] python bindings release build --- python/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/default.nix b/python/default.nix index b826e18c351..0df76bfdba0 100644 --- a/python/default.nix +++ b/python/default.nix @@ -28,6 +28,8 @@ python.pkgs.buildPythonPackage { mesonConfigurePhase ''; + mesonBuildType = "release"; + doInstallCheck = true; installCheckPhase = "meson test -v";