diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-12-21 15:38:37 +0100 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-12-21 15:38:37 +0100 |
commit | 553633dc721e3e42336a32bcd0cd446756cec7f8 (patch) | |
tree | a5ec036822d3f4c177eacfce51af6001d8ae9b16 /COMPILING | |
parent | Merge pull request #457 from worktycho/master (diff) | |
download | cuberite-553633dc721e3e42336a32bcd0cd446756cec7f8.tar cuberite-553633dc721e3e42336a32bcd0cd446756cec7f8.tar.gz cuberite-553633dc721e3e42336a32bcd0cd446756cec7f8.tar.bz2 cuberite-553633dc721e3e42336a32bcd0cd446756cec7f8.tar.lz cuberite-553633dc721e3e42336a32bcd0cd446756cec7f8.tar.xz cuberite-553633dc721e3e42336a32bcd0cd446756cec7f8.tar.zst cuberite-553633dc721e3e42336a32bcd0cd446756cec7f8.zip |
Diffstat (limited to 'COMPILING')
-rw-r--r-- | COMPILING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -16,3 +16,12 @@ Debug Mode Debug mode is useful if you want more debugging information about MCServer as it's running or if you want to use a debugger like GDB to debug issues and crashes. cmake . -DCMAKE_BUILD_TYPE=DEBUG && make + +32 Bit Mode +----------- + +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 + +to your cmake command and 32 bit will be forced. |