Remove memory sanitizer
According to https://github.com/google/sanitizers/issues/999 and https://clang.llvm.org/docs/MemorySanitizer.html#handling-external-code, we need to compile all code with MSAN, which is not feasible. So, let's remove it for now.
Edited by Pablo Marcos Oltra