Skip to content

Commit df481a3

Browse files
felickzheiskr
andauthored
Add note about disabling parallel execution for Make (#51229)
Co-authored-by: Kevin Heis <[email protected]>
1 parent 47fa724 commit df481a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/code-security/codeql-cli/getting-started-with-the-codeql-cli/preparing-your-code-for-codeql-analysis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ The following examples are designed to give you an idea of some of the build com
227227
* C/C++ project built using `make`:
228228

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

0 commit comments

Comments
 (0)