From d9d2423646bd64ae4e7c643737c268d1bc5981f3 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sat, 23 May 2015 10:27:33 -0400 Subject: remove address sanitizer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e02f001..d669b18 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ OBJ := $(SRC:.c=.o) GIT_VERSION := $(shell git describe --abbrev=8 --dirty --always --tags) -CFLAGS = -Isrc/ -O2 -g -Wall -Wextra -std=gnu99 -fsanitize=address -DVERSION_INFO=\"$(GIT_VERSION)\" +CFLAGS = -Isrc/ -O2 -g -Wall -Wextra -std=gnu99 -DVERSION_INFO=\"$(GIT_VERSION)\" LIBS = -lcurl -lcurses -- cgit v1.1