01-06-2014, 07:46 AM
Hi xoft,
Yes, I ran cmake beforehand with the RELEASE flag.
Thanks,
-CTAG
Yes, I ran cmake beforehand with the RELEASE flag.
Code:
~/MCServer$ cmake . -DCMAKE_BUILD_TYPE=RELEASE
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ctag/MCServer
ctag@BBX-xwing:~/MCServer$ ls
Android CMakeCache.txt cmake_install.cmake COMPILING.md CONTRIBUTORS Doxyfile Install LICENSE MakeLuaAPI.cmd Nightbuild2008.cmd src tests VC2008
cloc-exclude.txt CMakeFiles CMakeLists.txt CONTRIBUTING.md docs GETTING-STARTED.md lib Makefile MCServer README.md stats.cmd Tools VC2013
Thanks,
-CTAG