Commit e5cfcd2b authored by jopejoe1's avatar jopejoe1
Browse files

httping: remove CMAKE_BUILD_TYPE from cmakeFlags

parent 1a2360f0
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -35,10 +35,6 @@ stdenv.mkDerivation (finalAttrs: {
    openssl
  ];

  cmakeFlags = [
    (lib.cmakeFeature "CMAKE_BUILD_TYPE" "Release")
  ];

  installPhase = ''
    runHook preInstall
    install -D httping $out/bin/httping