diff options
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 # |
index : anonymous/cuberite | ||
A lightweight, fast and extensible game server for Minecraft | mirror |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | makefile | 2 |
@@ -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 # |