Skip to content
Snippets Groups Projects
Commit 85de056c authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#3947] Adjust ressources allocated to compilation

parent eb76b777
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ make && make dep
popd
./configure --prefix=/usr
make clean
make
make -j 1
make doc
popd
......@@ -37,7 +37,7 @@ pushd sflphone-client-gnome
./autogen.sh
./configure --prefix=/usr
make clean
make
make -j 1
popd
# SUCCESS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment