summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorworktycho <work.tycho@gmail.com>2013-12-21 17:00:47 +0100
committerworktycho <work.tycho@gmail.com>2013-12-21 17:00:47 +0100
commitd8b4bf8a7027026ff4d347d94defa73aa0a9020f (patch)
treed63ca90fd44eb46ffa4c4b4763eb595784cf7e35
parentAdded info about 32 bit mode. (diff)
downloadcuberite-d8b4bf8a7027026ff4d347d94defa73aa0a9020f.tar
cuberite-d8b4bf8a7027026ff4d347d94defa73aa0a9020f.tar.gz
cuberite-d8b4bf8a7027026ff4d347d94defa73aa0a9020f.tar.bz2
cuberite-d8b4bf8a7027026ff4d347d94defa73aa0a9020f.tar.lz
cuberite-d8b4bf8a7027026ff4d347d94defa73aa0a9020f.tar.xz
cuberite-d8b4bf8a7027026ff4d347d94defa73aa0a9020f.tar.zst
cuberite-d8b4bf8a7027026ff4d347d94defa73aa0a9020f.zip
-rw-r--r--COMPILING4
1 files changed, 2 insertions, 2 deletions
diff --git a/COMPILING b/COMPILING
index 3ae79c830..e10acee98 100644
--- a/COMPILING
+++ b/COMPILING
@@ -8,7 +8,7 @@ Release Mode
Release mode is preferred for almost all cases, it has much better speed and less console spam. However, if you are developing MCServer actively, debug mode might be better.
- cmake . && make
+ cmake . -DCMAKE_BUILD_TYPE=RELEASE && make
Debug Mode
----------
@@ -22,6 +22,6 @@ Debug mode is useful if you want more debugging information about MCServer as it
This is useful if you want to compile MCServer to use on another 32-bit machine. It can be used with debug or release mode. To use 32 bit mode, simply add:
- -DFORCE-32=1
+ -DFORCE_32=1
to your cmake command and 32 bit will be forced.