aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2016-04-28 21:03:20 -0400
committerFranklin Wei <git@fwei.tk>2016-04-28 21:03:20 -0400
commite1600a2226b0dc7f8fcd5fe918dee7121fad3082 (patch)
treecac4d631da1791fa485647d8974593764510edb9
parent9ddbcfb5a63d2fb7105ab6fb2e7422858ba1615c (diff)
downloadmarket-sim-master.zip
market-sim-master.tar.gz
market-sim-master.tar.bz2
market-sim-master.tar.xz
remove address sanitzer againHEADmaster
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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