Skip to content

Commit 1023f2d

Browse files
author
Dane Springmeyer
committedDec 16, 2016
try without pthreads
1 parent 886377d commit 1023f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export BUILDTYPE ?= Release
1616

1717
OS := $(shell uname -s)
1818
ifeq ($(OS), Linux)
19-
EXTRA_FLAGS = -pthreads
19+
#EXTRA_FLAGS = -pthreads
2020
endif
2121
ifeq ($(OS), Darwin)
2222
EXTRA_FLAGS = -mmacosx-version-min=10.8

0 commit comments

Comments
 (0)
Please sign in to comment.