Skip to content

Commit

Permalink
Add note about disabling parallel execution for Make (#51229)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Heis <[email protected]>
  • Loading branch information
felickz and heiskr authored Feb 17, 2025
1 parent 47fa724 commit df481a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ The following examples are designed to give you an idea of some of the build com
* C/C++ project built using `make`:

```shell
# Disable parallel execution via `-j1` or other techniques: https://www.gnu.org/software/make/manual/make.html#Parallel-Execution
codeql database create cpp-database --language={% ifversion codeql-language-identifiers-311 %}c-cpp{% else %}cpp{% endif %} --command=make
```

Expand Down

0 comments on commit df481a3

Please sign in to comment.