aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <franklin@fwei.ml>2015-05-23 10:27:33 -0400
committerFranklin Wei <franklin@fwei.ml>2015-05-23 10:27:33 -0400
commitd9d2423646bd64ae4e7c643737c268d1bc5981f3 (patch)
tree72f457d7c1bc0399e9b6e0f2ffa188306c6f5cc4 /Makefile
parent62f33197f59c90785791d81a6363687ba323f2d3 (diff)
downloadmarket-sim-0.1.zip
market-sim-0.1.tar.gz
market-sim-0.1.tar.bz2
market-sim-0.1.tar.xz
remove address sanitizerv0.1
Diffstat (limited to 'Makefile')
-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