Skip to content
Snippets Groups Projects
Commit add95dd8 authored by Filip Strömbäck's avatar Filip Strömbäck
Browse files

Using multicore to compile the broker and auth server.

parent b9cde449
Branches
No related tags found
2 merge requests!7Merge of PDK, broker, auth,!4Devel
......@@ -6,7 +6,7 @@ cd
source /opt/rh/devtoolset-7/enable
cd src/auth
make clean
make
make -j4
cd
mkdir -p bin/
......
......@@ -6,7 +6,7 @@ cd
source /opt/rh/devtoolset-7/enable
cd src/broker
make clean
make
make -j4
cd
mkdir -p bin/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment