Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index 9469f81e5b528f5172f22a737fa2d782b9f07832..12baf72f0403d8dfbe58631abbab78e06de1b672 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -121,6 +121,7 @@ ifdef ASAN |
endif |
ifdef MSAN |
+ # TODO(ascull): this has an as yet undiagnosed uninitialized memory access |
OBJDIR := $(OBJDIR)+MSan |
CXX_EXTRA += -fsanitize=memory |
LD_EXTRA += -fsanitize=memory |