rocm-device-libs: drop default for cmakeBuildType

This commit is contained in:
Sandro Jäckel 2022-02-16 00:44:59 +01:00
parent e43b87552d
commit fa886f18f3
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -23,8 +23,6 @@ stdenv.mkDerivation rec {
buildInputs = [ clang lld llvm ];
cmakeBuildType = "Release";
cmakeFlags = [
"-DCMAKE_PREFIX_PATH=${llvm}/lib/cmake/llvm;${clang-unwrapped}/lib/cmake/clang"
"-DLLVM_TARGETS_TO_BUILD='AMDGPU;X86'"