mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-24 16:45:07 +00:00
excludeArgs is expected to be an array
parent
00a13dc9cf
commit
72acf4dcc5
@ -95,7 +95,7 @@ when indexing.
|
||||
Conversely, you can add more arguments using `clang.extraArgs` (this could
|
||||
also be done through the `.ccls` file).
|
||||
|
||||
Example: `{"clang": {"excludeArgs": "-frounding-math"}}`
|
||||
Example: `{"clang": {"excludeArgs": ["-frounding-math"]}}`
|
||||
|
||||
#### `clang.pathMappings`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user