Tell correct syntax to call bear in manual (#5718)

Since Bear 3.0 (releasedin 2020) the call needs an additional "--".
This commit is contained in:
Christoph Grüninger 2023-12-05 09:13:45 +01:00 committed by GitHub
parent 41e6c87cb2
commit b412b3760d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ If you can generate a compile database, then it is possible to import that in Cp
In Linux you can use for instance the `bear` (build ear) utility to generate a compile database from arbitrary build tools:
bear make
bear -- make
# Preprocessor Settings