summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-03-27 10:58:34 -0400
committerFreya Murphy <freya@freyacat.org>2025-03-27 10:58:34 -0400
commita198d255ba76d812723cdbe452b57b587d05abfe (patch)
treef983a7c01b9db69f792a8954634e38cc15c166c6
parentkvm on linux only (diff)
downloadcomus-a198d255ba76d812723cdbe452b57b587d05abfe.tar.gz
comus-a198d255ba76d812723cdbe452b57b587d05abfe.tar.bz2
comus-a198d255ba76d812723cdbe452b57b587d05abfe.zip
add compile_flags.txt for clangd lsp
-rw-r--r--compile_flags.txt8
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