update clangd compile flags

This commit is contained in:
Murphy 2025-05-06 16:55:02 -04:00
parent 98d3592e64
commit a9f0be0057
Signed by: freya
GPG key ID: 9FBC6FFD6D2DBF17
2 changed files with 3 additions and 1 deletions

View file

@ -1,8 +1,9 @@
-c
-std=c11
-Ikernel/include
-Iinclude
-ffreestanding
-fno-builtin
-nostdlib
-Wall
-Wextra
-pedantic

View file

@ -3,6 +3,7 @@
-Iinclude
-ffreestanding
-fno-builtin
-nostdlib
-Wall
-Wextra
-pedantic