makefile: remove -std=c99 from .clangd
This commit is contained in:
parent
6bd5e2dbab
commit
5293cd52ff
4
.clangd
4
.clangd
@ -1,10 +1,10 @@
|
|||||||
CompileFlags:
|
CompileFlags:
|
||||||
Add: [-I/usr/include/efi, -I/usr/include/efi/x86_64, -DHELOS]
|
Add: [-I/usr/include/efi, -I/usr/include/efi/x86_64, -DHELOS]
|
||||||
---
|
---
|
||||||
If:
|
If:
|
||||||
PathMatch: [.*\.h, .*\.c]
|
PathMatch: [.*\.h, .*\.c]
|
||||||
CompileFlags:
|
CompileFlags:
|
||||||
Add: [-xc, -std=c99]
|
Add: [-xc]
|
||||||
---
|
---
|
||||||
If:
|
If:
|
||||||
PathMatch: [.*\.hpp, .*\.cpp]
|
PathMatch: [.*\.hpp, .*\.cpp]
|
||||||
|
Loading…
Reference in New Issue
Block a user