Skip to content

Commit

Permalink
fixup! native: add address sanitizer make target
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Jul 7, 2015
1 parent 6ee2534 commit c459363
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boards/native/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ all-debug: export CFLAGS += -g
all-cachegrind: export CFLAGS += -g
all-gprof: export CFLAGS += -pg
all-gprof: export LINKFLAGS += -pg
all-san-addr: export CFLAGS += -fsanitize=address -fno-omit-frame-pointer -g
all-san-addr: export CFLAGS += -DNATIVE_IN_CALLOC
all-san-addr: export LINKFLAGS += -fsanitize=address -fno-omit-frame-pointer -g
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

export INCLUDES += $(NATIVEINCLUDES)

Expand Down

0 comments on commit c459363

Please sign in to comment.