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:
parent
41e6c87cb2
commit
b412b3760d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue