diff options
| author | Franklin Wei <git@fwei.tk> | 2015-05-23 10:27:33 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-05-23 10:27:33 -0400 |
| commit | 4c7dd079360cebc8cf483907fb5e7175833109a8 (patch) | |
| tree | 72f457d7c1bc0399e9b6e0f2ffa188306c6f5cc4 | |
| parent | 61c9e3f21c522535ea1ca1074018ca3dd2fe7b4d (diff) | |
| download | market-sim-4c7dd079360cebc8cf483907fb5e7175833109a8.zip market-sim-4c7dd079360cebc8cf483907fb5e7175833109a8.tar.gz market-sim-4c7dd079360cebc8cf483907fb5e7175833109a8.tar.bz2 market-sim-4c7dd079360cebc8cf483907fb5e7175833109a8.tar.xz | |
remove address sanitizer
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |