Skip to content

Commit c653301

Browse files
author
James Thomas
committed
Mode changes and added -ldl
1 parent fe845e3 commit c653301

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

cpplint.py

100644100755
File mode changed.

scripts/benchmark_single.sh

100644100755
File mode changed.

src/graph_compute/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CC ?= gcc
22
CXX ?= g++
33
CFLAGS = -O3 -Wall
44
CXXFLAGS = -fcilkplus -std=c++11 -O3 -Wall -m64
5-
LDFLAGS = -lcilkrts -lrt
5+
LDFLAGS = -lcilkrts -ldl -lrt
66
ROOT = ../../
77

88
HEADERS = common.h io.h

0 commit comments

Comments
 (0)