about summary refs log tree commit diff
path: root/pkgs/servers/tarantool/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/tarantool/default.nix')
-rw-r--r--pkgs/servers/tarantool/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/servers/tarantool/default.nix b/pkgs/servers/tarantool/default.nix
index bdb36a7f10ad..80b2e96d2d6d 100644
--- a/pkgs/servers/tarantool/default.nix
+++ b/pkgs/servers/tarantool/default.nix
@@ -38,8 +38,9 @@ stdenv.mkDerivation rec {
 
   nativeBuildInputs = [ cmake ];
 
+  cmakeBuildType = "RelWithDebInfo";
+
   cmakeFlags = [
-    "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
     "-DENABLE_DIST=ON"
     "-DTARANTOOL_VERSION=${version}.builtByNix" # expects the commit hash as well
   ];