Skip to content

Commit 089eb9a

Browse files
authored
Merge pull request #2 from scipopt/readme-parallel-make
Use multiple threads for faster make
2 parents 3f7a84f + 0705546 commit 089eb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git submodule update --init --recursive
99
mkdir build
1010
cd build
1111
cmake ..
12-
make
12+
make -j
1313
```
1414

1515
The first line fetches `scip` and `soplex` from their GitHub repositories.

0 commit comments

Comments
 (0)