aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2015-05-31 18:40:52 -0400
committerFranklin Wei <git@fwei.tk>2015-05-31 18:40:52 -0400
commit9ddbcfb5a63d2fb7105ab6fb2e7422858ba1615c (patch)
tree81b0ee57f2d752bec02ebab45344f4eb9545e4b1 /Makefile
parentd8745b2854d56c6687531a150153b2d28b0f6adb (diff)
downloadmarket-sim-9ddbcfb5a63d2fb7105ab6fb2e7422858ba1615c.zip
market-sim-9ddbcfb5a63d2fb7105ab6fb2e7422858ba1615c.tar.gz
market-sim-9ddbcfb5a63d2fb7105ab6fb2e7422858ba1615c.tar.bz2
market-sim-9ddbcfb5a63d2fb7105ab6fb2e7422858ba1615c.tar.xz
add quicksave option
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1feef9b..6151245 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)\"
+CFLAGS = -Isrc/ -O2 -g -Wall -Wextra -std=gnu99 -DVERSION_INFO=\"$(GIT_VERSION)\" -fsanitize=address
PREFIX = /usr
BINDIR = $(PREFIX)/bin