diff options
| author | Franklin Wei <git@fwei.tk> | 2016-04-28 21:03:20 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-04-28 21:03:20 -0400 |
| commit | e1600a2226b0dc7f8fcd5fe918dee7121fad3082 (patch) | |
| tree | cac4d631da1791fa485647d8974593764510edb9 | |
| parent | 9ddbcfb5a63d2fb7105ab6fb2e7422858ba1615c (diff) | |
| download | market-sim-master.zip market-sim-master.tar.gz market-sim-master.tar.bz2 market-sim-master.tar.xz | |
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |