summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authormtilden@gmail.com <mtilden@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-01-29 02:09:00 +0100
committermtilden@gmail.com <mtilden@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-01-29 02:09:00 +0100
commitf08295ab257404420cb99d792ef01b0d6dcffc9f (patch)
tree0ffd67f0a9b9cccd9d03e6a87e90b98e591b6688 /makefile
parentNow also compiles in Linux (diff)
downloadcuberite-f08295ab257404420cb99d792ef01b0d6dcffc9f.tar
cuberite-f08295ab257404420cb99d792ef01b0d6dcffc9f.tar.gz
cuberite-f08295ab257404420cb99d792ef01b0d6dcffc9f.tar.bz2
cuberite-f08295ab257404420cb99d792ef01b0d6dcffc9f.tar.lz
cuberite-f08295ab257404420cb99d792ef01b0d6dcffc9f.tar.xz
cuberite-f08295ab257404420cb99d792ef01b0d6dcffc9f.tar.zst
cuberite-f08295ab257404420cb99d792ef01b0d6dcffc9f.zip
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 378847ffe..018d454f8 100644
--- a/makefile
+++ b/makefile
@@ -13,7 +13,7 @@
CC = /usr/bin/g++
CC_OPTIONS = -s -O3
CCE_OPTIONS = -s -x c -O3
-LNK_OPTIONS = -lstdc++ -O3
+LNK_OPTIONS = -lstdc++ -pthread -O3
#