Index: Makefile |
diff --git a/Makefile b/Makefile |
index bcb392246fff79630c1a8049b25c65ea270a45eb..3ac994a9df2d8fd1288a153ed421d5cf80340c81 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -145,13 +145,7 @@ ifneq ($(strip $(asan)),) |
export LINK=$(asan) |
export ASAN_SYMBOLIZER_PATH="$(dir $(asan))llvm-symbolizer" |
endif |
-# msan=/path/to/clang++ |
-ifneq ($(strip $(msan)),) |
- GYPFLAGS += -Dmsan=1 -Dmsan_track_origins=2 |
- export CXX=$(msan) |
- export CXX_host=$(msan) |
- export LINK=$(msan) |
-endif |
+ |
# arm specific flags. |
# arm_version=<number | "default"> |
ifneq ($(strip $(arm_version)),) |