From e3018e6f7d86cea35b2bc7f76e0b722b1ed7851b Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Fri, 13 Feb 2015 17:05:19 -0800 Subject: Avoid four allocations per stream --- templates/Makefile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/Makefile.template b/templates/Makefile.template index b9ae217054..0a453cbd8b 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -86,7 +86,7 @@ CC_msan = clang CXX_msan = clang++ LD_msan = clang LDXX_msan = clang++ -CPPFLAGS_msan = -O1 -fsanitize=memory -fno-omit-frame-pointer +CPPFLAGS_msan = -O1 -fsanitize=memory -fno-omit-frame-pointer -fsanitize-memory-track-origins OPENSSL_CFLAGS_msan = -DPURIFY OPENSSL_CONFIG_msan = no-asm LDFLAGS_msan = -fsanitize=memory -- cgit v1.2.3