aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2015-05-23 10:27:33 -0400
committerFranklin Wei <git@fwei.tk>2015-05-23 10:27:33 -0400
commit4c7dd079360cebc8cf483907fb5e7175833109a8 (patch)
tree72f457d7c1bc0399e9b6e0f2ffa188306c6f5cc4
parent61c9e3f21c522535ea1ca1074018ca3dd2fe7b4d (diff)
downloadmarket-sim-4c7dd079360cebc8cf483907fb5e7175833109a8.zip
market-sim-4c7dd079360cebc8cf483907fb5e7175833109a8.tar.gz
market-sim-4c7dd079360cebc8cf483907fb5e7175833109a8.tar.bz2
market-sim-4c7dd079360cebc8cf483907fb5e7175833109a8.tar.xz
remove address sanitizer
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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