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: If:
PathMatch: [.*\.h, .*\.c] PathMatch: [.*\.h, .*\.c]
CompileFlags: CompileFlags:
Add: [-xc, -std=c99] Add: [-xc]
--- ---
If: If:
PathMatch: [.*\.hpp, .*\.cpp] PathMatch: [.*\.hpp, .*\.cpp]