Skip to content

Commit

Permalink
Asan tsan initial
Browse files Browse the repository at this point in the history
  • Loading branch information
bastih committed Oct 22, 2013
1 parent 4b0698f commit b3b072e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkplugins/asan.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
COMMON_FLAGS += --sanitize=address -g3
LDFLAGS += --sanitize=address -g3
3 changes: 3 additions & 0 deletions mkplugins/tsan.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
COMMON_FLAGS += --sanitize=thread -g3 -fPIE
LIBS += tsan
LDFLAGS += --sanitize=thread -pie -g3

0 comments on commit b3b072e

Please sign in to comment.