| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 394e00f commit 6b8460b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,6 +38,10 @@ make -j4 # With this flag, Ninja will limit itself to 4 parallel jobs, | |||
| 38 | 38 | # regardless of the number of cores on the current machine. | |
| 39 | 39 | ``` | |
| 40 | 40 | ||
| 41 | + Note: if you are on macOS and use GNU Make version `3.x`, the `-jn` flag | ||
| 42 | + will not work. You can either upgrade to `v4.x` (e.g. using a package manager | ||
| 43 | + such as [Homebrew](https://formulae.brew.sh/formula/make#default)) or use `make JOBS=n`. | ||
| 44 | + | ||
| 41 | 45 | ## Producing a debug build | |
| 42 | 46 | ||
| 43 | 47 | To create a debug build rather than a release build: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments