Skip to content

Commit

Permalink
Use standard sanitize=address sanitizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
miki151 committed Oct 24, 2017
1 parent 36cca5c commit 360c312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ CFLAGS += -g
endif

ifdef SANITIZE
CFLAGS += -fsanitize=${SANITIZE} -fsanitize-trap=alignment,bool,bounds,enum,float-divide-by-zero,function,integer-divide-by-zero,object-size,pointer-overflow,return,shift,signed-integer-overflow,unreachable,unsigned-integer-overflow -fno-omit-frame-pointer
CFLAGS += -fsanitize=address
endif

ifdef DBG
Expand Down

0 comments on commit 360c312

Please sign in to comment.