Skip to content

Commit

Permalink
added -j for faster build (#21)
Browse files Browse the repository at this point in the history
Signed-off-by: Opal-M <[email protected]>
  • Loading branch information
Opal-M authored Aug 29, 2023
1 parent efcc91f commit 8fbafe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Linux (Ubuntu, or similar):
% mkdir build
% cd build
% cmake ..
% cmake --build .
% cmake --build . -j
% ./raven ../example.otio

## Building (WASM via Emscripten)
Expand Down

0 comments on commit 8fbafe1

Please sign in to comment.