aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/hhvm
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/hhvm
parent0e3e7a6bcd96405ddc257b93d57cda09b558cbdb (diff)
Remove redundant -DCMAKE_BUILD_TYPE=Release flags
Since commit 183d05a0 in 2012, this is the default. fixes #18000
Diffstat (limited to 'pkgs/development/compilers/hhvm')
-rw-r--r--pkgs/development/compilers/hhvm/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/compilers/hhvm/default.nix b/pkgs/development/compilers/hhvm/default.nix
index 6e4cd9a9c73c..e6f98a121946 100644
--- a/pkgs/development/compilers/hhvm/default.nix
+++ b/pkgs/development/compilers/hhvm/default.nix
@@ -46,8 +46,6 @@ stdenv.mkDerivation rec {
patchShebangs .
'';
- cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" ];
-
meta = {
description = "High-performance JIT compiler for PHP/Hack";
homepage = "http://hhvm.com";