Skip to content

Commit

Permalink
[DBx1000] added jemalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangyao Yu committed Jan 19, 2016
1 parent e4775f6 commit 4bd3309
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 155 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SRC_DIRS = ./ ./benchmarks/ ./concurrency_control/ ./storage/ ./system/
INCLUDE = -I. -I./benchmarks -I./concurrency_control -I./storage -I./system

CFLAGS += $(INCLUDE) -D NOGRAPHITE=1 -Werror -O3
LDFLAGS = -Wall -L. -pthread -g -lrt -std=c++0x -O3 -ljemalloc
LDFLAGS = -Wall -L. -L libs -pthread -g -lrt -std=c++0x -O3 -ljemalloc
LDFLAGS += $(CFLAGS)

CPPS = $(foreach dir, $(SRC_DIRS), $(wildcard $(dir)*.cpp))
Expand Down
Binary file added libs/libjemalloc.so.1
Binary file not shown.
154 changes: 0 additions & 154 deletions obj/deps

This file was deleted.

0 comments on commit 4bd3309

Please sign in to comment.