Skip to content

Commit

Permalink
Revert "native: add thread sanitizer make target"
Browse files Browse the repository at this point in the history
This reverts commit efedcca.
  • Loading branch information
miri64 committed Jul 7, 2015
1 parent efedcca commit 0019301
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions boards/native/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ all-gprof: export LINKFLAGS += -pg
all-asan: export CFLAGS += -fsanitize=address -fno-omit-frame-pointer -g
all-asan: export CFLAGS += -DNATIVE_IN_CALLOC
all-asan: export LINKFLAGS += -fsanitize=address -fno-omit-frame-pointer -g
all-asan: export CFLAGS += -fsanitize=thread -fno-omit-frame-pointer -g
all-asan: export LINKFLAGS += -fsanitize=thread -fno-omit-frame-pointer -g

export INCLUDES += $(NATIVEINCLUDES)

Expand Down Expand Up @@ -128,8 +126,6 @@ all-gprof: all

all-asan: all

all-tsan: all

all-valgrind: all

all-cachegrind: all
Expand Down

0 comments on commit 0019301

Please sign in to comment.