Build optimization
This commit is contained in:
parent
3331ea9251
commit
311b76c734
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ wget https://github.com/minetest/irrlicht/archive/master.tar.gz
|
|||
tar xf master.tar.gz
|
||||
mv irrlicht-master irrlichtmt
|
||||
cd ..
|
||||
cmake . -DRUN_IN_PLACE=TRUE -DBUILD_SERVER=TRUE -DBUILD_CLIENT=FALSE
|
||||
cmake . -DRUN_IN_PLACE=TRUE -DBUILD_SERVER=TRUE -DBUILD_CLIENT=FALSE -DCMAKE_BUILD_TYPE=Release
|
||||
make -j$(nproc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue