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

@ -1,10 +1,10 @@
CompileFlags:
Add: [-I/usr/include/efi, -I/usr/include/efi/x86_64, -DHELOS]
---
If:
If:
PathMatch: [.*\.h, .*\.c]
CompileFlags:
Add: [-xc, -std=c99]
Add: [-xc]
---
If:
PathMatch: [.*\.hpp, .*\.cpp]