makefile: remove -std=c99 from .clangd

This commit is contained in:
Edgaru089 2021-10-23 20:57:46 +08:00
parent 6bd5e2dbab
commit 5293cd52ff

View File

@ -4,7 +4,7 @@ CompileFlags:
If:
PathMatch: [.*\.h, .*\.c]
CompileFlags:
Add: [-xc, -std=c99]
Add: [-xc]
---
If:
PathMatch: [.*\.hpp, .*\.cpp]