Skip to content
Snippets Groups Projects
Commit fe5db922 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[Makefile] Add debug-msan target

parent 45db13b5
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,14 @@ debug:
rm -f build
$(MAKE) build BUILDTYPE=$@
.PHONY: debug-msan
debug-msan: export CC = clang
debug-msan: export CXX = clang++
debug-msan:
rm -f build
$(MAKE) build BUILDTYPE=debug BUILDDIR=$@ \
EMPER_B_SANITIZE=memory EMPER_B_LUNDEF=false
.PHONY: fast-static-analysis
fast-static-analysis: all check-format check-license doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment