diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-12-19 21:04:40 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-12-19 21:04:40 +0100 |
commit | 78c59082379ff5ce09ad86b13b0bdb679fe08d71 (patch) | |
tree | ed4224353bba816551c2655083c8e8e21a68e33e /COMPILING | |
parent | Update Contributing.md (diff) | |
download | cuberite-78c59082379ff5ce09ad86b13b0bdb679fe08d71.tar cuberite-78c59082379ff5ce09ad86b13b0bdb679fe08d71.tar.gz cuberite-78c59082379ff5ce09ad86b13b0bdb679fe08d71.tar.bz2 cuberite-78c59082379ff5ce09ad86b13b0bdb679fe08d71.tar.lz cuberite-78c59082379ff5ce09ad86b13b0bdb679fe08d71.tar.xz cuberite-78c59082379ff5ce09ad86b13b0bdb679fe08d71.tar.zst cuberite-78c59082379ff5ce09ad86b13b0bdb679fe08d71.zip |
Diffstat (limited to '')
-rw-r--r-- | COMPILING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ To compile MCServer on *nix, you need a GNUmake-compatible make that reads GNUma Run "make" to build a debug version (slow, but gives more info on crash) Run "make release=1" to build a release version (fast, less info on crash) Add addm32=1 to compile in 32-bit mode on 64-bit systems. +Add `-j 4` to use 4 threads and speed up compilation on multi-core devices. |