summary refs log tree commit diff
path: root/pkgs/games/otto-matic/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/otto-matic/default.nix')
-rw-r--r--pkgs/games/otto-matic/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/games/otto-matic/default.nix b/pkgs/games/otto-matic/default.nix
index 800b97b2b86..c56db251a1b 100644
--- a/pkgs/games/otto-matic/default.nix
+++ b/pkgs/games/otto-matic/default.nix
@@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
     SDL2
   ];
 
-  cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" ];
-
   installPhase = ''
     runHook preInstall