summary refs log tree commit diff
path: root/pkgs/development/compilers/mono
diff options
context:
space:
mode:
authorAneesh Agrawal <aneeshusa@gmail.com>2016-08-25 17:11:27 -0400
committerJörg Thalheim <joerg@higgsboson.tk>2016-10-01 16:13:41 +0200
commitfcee1d0b28aa0f45f559d38659fd2a11cd34dafe (patch)
tree809af78a8471b509b0e0516df1d2fbb5817a4b83 /pkgs/development/compilers/mono
parent0e3e7a6bcd96405ddc257b93d57cda09b558cbdb (diff)
downloadnixlib-fcee1d0b28aa0f45f559d38659fd2a11cd34dafe.tar
nixlib-fcee1d0b28aa0f45f559d38659fd2a11cd34dafe.tar.gz
nixlib-fcee1d0b28aa0f45f559d38659fd2a11cd34dafe.tar.bz2
nixlib-fcee1d0b28aa0f45f559d38659fd2a11cd34dafe.tar.lz
nixlib-fcee1d0b28aa0f45f559d38659fd2a11cd34dafe.tar.xz
nixlib-fcee1d0b28aa0f45f559d38659fd2a11cd34dafe.tar.zst
nixlib-fcee1d0b28aa0f45f559d38659fd2a11cd34dafe.zip
Remove redundant -DCMAKE_BUILD_TYPE=Release flags
Since commit 183d05a0 in 2012, this is the default.

fixes #18000
Diffstat (limited to 'pkgs/development/compilers/mono')
-rw-r--r--pkgs/development/compilers/mono/llvm.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/compilers/mono/llvm.nix b/pkgs/development/compilers/mono/llvm.nix
index de9339bb8a28..1036e43ea941 100644
--- a/pkgs/development/compilers/mono/llvm.nix
+++ b/pkgs/development/compilers/mono/llvm.nix
@@ -41,7 +41,6 @@ stdenv.mkDerivation rec {
   postBuild = "rm -fR $out";
 
   cmakeFlags = with stdenv; [
-    "-DCMAKE_BUILD_TYPE=Release"
     "-DLLVM_ENABLE_FFI=ON"
     "-DLLVM_BINUTILS_INCDIR=${binutils.dev}/include"
     "-DCMAKE_CXX_FLAGS=-std=c++11"