Skip to content

Commit

Permalink
Sanitizers work with GCC too
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSully committed Oct 25, 2019
1 parent 631f863 commit 549cad3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ endif
USEASM?=true

ifneq ($(SANITIZE),)
CC=clang
CXX=clang++
CFLAGS+= -fsanitize=$(SANITIZE) -DSANITIZE
CXXFLAGS+= -fsanitize=$(SANITIZE) -DSANITIZE
LDFLAGS+= -fsanitize=$(SANITIZE)
Expand Down

0 comments on commit 549cad3

Please sign in to comment.