diff options
author | Freya Murphy <freya@freyacat.org> | 2025-05-06 16:55:02 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-05-06 16:55:11 -0400 |
commit | a9f0be005789e2d9be6d77a3a762794bfc4ad656 (patch) | |
tree | 6281f4bd5742254ef0b64cbfcc03c227521ca44f /kernel | |
parent | update makefile (diff) | |
download | comus-a9f0be005789e2d9be6d77a3a762794bfc4ad656.tar.gz comus-a9f0be005789e2d9be6d77a3a762794bfc4ad656.tar.bz2 comus-a9f0be005789e2d9be6d77a3a762794bfc4ad656.zip |
update clangd compile flags
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/compile_flags.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/compile_flags.txt b/kernel/compile_flags.txt new file mode 100644 index 0000000..6f00e53 --- /dev/null +++ b/kernel/compile_flags.txt @@ -0,0 +1,9 @@ +-c +-std=c11 +-Iinclude +-ffreestanding +-fno-builtin +-nostdlib +-Wall +-Wextra +-pedantic |