6 lines
217 B
Plaintext
6 lines
217 B
Plaintext
# keeps clangd from choking when it sees a compiler flag for a different
|
|
# compiler. (sutch as when acting as an lsp for a project that uses GCC.)
|
|
CompileFlags:
|
|
Add: -Wno-unknown-warning-option
|
|
Remove: [-m*, -f*]
|