Skip to content

Commit

Permalink
Make CMake build parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-mak committed Nov 5, 2024
1 parent 66f1237 commit e2b6611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/dune
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
_build))
(with-outputs-to
cmake_build.txt
(run cmake --build _build))
(run cmake --build _build --parallel))
(copy _build/clang-tree-carve clang-tree-carve.exe)))))

(rule
Expand Down

0 comments on commit e2b6611

Please sign in to comment.