Build optimization

This commit is contained in:
Paul 2023-04-15 21:44:33 -05:00
parent 3331ea9251
commit 311b76c734

View file

@ -13,5 +13,5 @@ wget https://github.com/minetest/irrlicht/archive/master.tar.gz
tar xf master.tar.gz tar xf master.tar.gz
mv irrlicht-master irrlichtmt mv irrlicht-master irrlichtmt
cd .. 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) make -j$(nproc)