Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index 9469f81e5b528f5172f22a737fa2d782b9f07832..edc5c286c1dc5f968003883ecf44442c3477bb3c 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 |
Jim Stichnoth
2015/09/17 01:56:24
80-col
ascull
2015/09/17 02:04:02
Caught out by Makefile tab vs space. Done.
|
OBJDIR := $(OBJDIR)+MSan |
CXX_EXTRA += -fsanitize=memory |
LD_EXTRA += -fsanitize=memory |