update clangd compile flags
This commit is contained in:
parent
98d3592e64
commit
a9f0be0057
2 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
-c
|
||||
-std=c11
|
||||
-Ikernel/include
|
||||
-Iinclude
|
||||
-ffreestanding
|
||||
-fno-builtin
|
||||
-nostdlib
|
||||
-Wall
|
||||
-Wextra
|
||||
-pedantic
|
|
@ -3,6 +3,7 @@
|
|||
-Iinclude
|
||||
-ffreestanding
|
||||
-fno-builtin
|
||||
-nostdlib
|
||||
-Wall
|
||||
-Wextra
|
||||
-pedantic
|
||||
|
|
Loading…
Add table
Reference in a new issue