From e1600a2226b0dc7f8fcd5fe918dee7121fad3082 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Thu, 28 Apr 2016 21:03:20 -0400 Subject: remove address sanitzer again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6151245..1feef9b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ OBJ := $(SRC:.c=.o) GIT_VERSION := $(shell git describe --abbrev=8 --always --dirty) -CFLAGS = -Isrc/ -O2 -g -Wall -Wextra -std=gnu99 -DVERSION_INFO=\"$(GIT_VERSION)\" -fsanitize=address +CFLAGS = -Isrc/ -O2 -g -Wall -Wextra -std=gnu99 -DVERSION_INFO=\"$(GIT_VERSION)\" PREFIX = /usr BINDIR = $(PREFIX)/bin -- cgit v1.1