diff options
author | Freya Murphy <freya@freyacat.org> | 2025-03-27 10:58:34 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-03-27 10:58:34 -0400 |
commit | a198d255ba76d812723cdbe452b57b587d05abfe (patch) | |
tree | f983a7c01b9db69f792a8954634e38cc15c166c6 /compile_flags.txt | |
parent | kvm on linux only (diff) | |
download | comus-a198d255ba76d812723cdbe452b57b587d05abfe.tar.gz comus-a198d255ba76d812723cdbe452b57b587d05abfe.tar.bz2 comus-a198d255ba76d812723cdbe452b57b587d05abfe.zip |
add compile_flags.txt for clangd lsp
Diffstat (limited to 'compile_flags.txt')
-rw-r--r-- | compile_flags.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..24e70cc --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,8 @@ +-c +-std=c99 +-Iinclude +-ffreestanding +-fno-builtin +-Wall +-Wextra +-pedantic |