| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d10fac7 commit 35cee03
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,15 +29,15 @@ number of processes to run for [Ninja][] using the environment variable `JOBS`. | |||
| 29 | 29 | This will be the equivalent to the `-j` parameter in the regular `make`: | |
| 30 | 30 | ||
| 31 | 31 | ```bash | |
| 32 | - $ JOBS=12 make | ||
| 32 | + JOBS=12 make | ||
| 33 | 33 | ``` | |
| 34 | 34 | ||
| 35 | 35 | ## Producing a debug build | |
| 36 | 36 | ||
| 37 | 37 | To create a debug build rather than a release build: | |
| 38 | 38 | ||
| 39 | 39 | ```bash | |
| 40 | - $ ./configure --ninja --debug && make | ||
| 40 | + ./configure --ninja --debug && make | ||
| 41 | 41 | ``` | |
| 42 | 42 | ||
| 43 | 43 | [Ninja]: https://ninja-build.org/ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments