summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-05-06 16:55:02 -0400
committerFreya Murphy <freya@freyacat.org>2025-05-06 16:55:11 -0400
commita9f0be005789e2d9be6d77a3a762794bfc4ad656 (patch)
tree6281f4bd5742254ef0b64cbfcc03c227521ca44f
parentupdate makefile (diff)
downloadcomus-a9f0be005789e2d9be6d77a3a762794bfc4ad656.tar.gz
comus-a9f0be005789e2d9be6d77a3a762794bfc4ad656.tar.bz2
comus-a9f0be005789e2d9be6d77a3a762794bfc4ad656.zip
update clangd compile flags
-rw-r--r--kernel/compile_flags.txt (renamed from compile_flags.txt)3
-rw-r--r--user/compile_flags.txt1
2 files changed, 3 insertions, 1 deletions
diff --git a/compile_flags.txt b/kernel/compile_flags.txt
index 3efafd1..6f00e53 100644
--- a/compile_flags.txt
+++ b/kernel/compile_flags.txt
@@ -1,8 +1,9 @@
-c
-std=c11
--Ikernel/include
+-Iinclude
-ffreestanding
-fno-builtin
+-nostdlib
-Wall
-Wextra
-pedantic
diff --git a/user/compile_flags.txt b/user/compile_flags.txt
index c519df5..6f00e53 100644
--- a/user/compile_flags.txt
+++ b/user/compile_flags.txt
@@ -3,6 +3,7 @@
-Iinclude
-ffreestanding
-fno-builtin
+-nostdlib
-Wall
-Wextra
-pedantic