diff options
| author | Franklin Wei <franklin@fwei.ml> | 2015-05-23 10:27:33 -0400 |
|---|---|---|
| committer | Franklin Wei <franklin@fwei.ml> | 2015-05-23 10:27:33 -0400 |
| commit | d9d2423646bd64ae4e7c643737c268d1bc5981f3 (patch) | |
| tree | 72f457d7c1bc0399e9b6e0f2ffa188306c6f5cc4 /Makefile | |
| parent | 62f33197f59c90785791d81a6363687ba323f2d3 (diff) | |
| download | market-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-- | 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 |