makefile: remove -std=c99 from .clangd
This commit is contained in:
parent
6bd5e2dbab
commit
5293cd52ff
2
.clangd
2
.clangd
@ -4,7 +4,7 @@ CompileFlags:
|
||||
If:
|
||||
PathMatch: [.*\.h, .*\.c]
|
||||
CompileFlags:
|
||||
Add: [-xc, -std=c99]
|
||||
Add: [-xc]
|
||||
---
|
||||
If:
|
||||
PathMatch: [.*\.hpp, .*\.cpp]
|
||||
|
Loading…
x
Reference in New Issue
Block a user