summaryrefslogtreecommitdiffstats
path: root/compile.sh
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2017-08-25 13:53:20 +0200
committerLogicParrot <LogicParrot@users.noreply.github.com>2017-08-25 13:53:20 +0200
commit42d3c615fe6b30111cb741b85cde9441d9d5a39b (patch)
tree9ab2905dacf583dd81243cc532fd9716ad1939ca /compile.sh
parentCoward mobs run twice as fast (diff)
downloadcuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.gz
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.bz2
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.lz
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.xz
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.zst
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.zip
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 5076be7fe..ab36726a2 100755
--- a/compile.sh
+++ b/compile.sh
@@ -13,7 +13,6 @@ set -e
# Constants:
DEFAULT_BUILDTYPE="Release" # Other options: "Debug"
DEFAULT_BRANCH="master" # Other options: None currently
-DEFAULT_THREADS=2
# Constants not modifiable through command line:
UPSTREAM_REPO="origin"