"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "85bf5421e1980314b089fb7fb551280d5177a601"
cmake: Error on invalid CMAKE_BUILD_TYPE
Apparently if you make a typo in the argument to CMAKE_BUILD_TYPE, cmake silently accepts this but doesn't apply any particular build type to your build. This means you get a build that doesn't really make any sense - it's sort of a debug build with asserts disabled. Error out instead. llvm-svn: 244406
Loading
Please register or sign in to comment