Skip to content
Permalink
Browse files
Update BUILD.md to reflect code restructuring (#2105)
  • Loading branch information
Saba9 authored and Zach Nation committed Jul 3, 2019
1 parent f0d804b commit a907d50
Showing 1 changed file with 2 additions and 2 deletions.
@@ -89,13 +89,13 @@ Then, run `./configure` (optionally with command line arguments to control what
./configure

Running `./configure` will create two sub-directories, `release/` and
`debug/` . cd into `src/unity` under either of these directories and running make will build the
`debug/` . cd into `src/` under either of these directories and running make will build the
release or the debug versions respectively.

We recommend using make’s parallel build feature to accelerate the compilation
process. For instance:

cd debug/src/unity
cd debug/src
make -j 4

If `Ninja` is chosen as the generator in the previous step, you should use command listed below instead:

0 comments on commit a907d50

Please sign in to comment.