aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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