summaryrefslogtreecommitdiff
path: root/.clangd
diff options
context:
space:
mode:
authornasr <nsrddyn@gmail.com>2026-04-16 17:10:02 +0200
committernasr <nsrddyn@gmail.com>2026-04-16 17:10:02 +0200
commit8ea6a3c8621287d11296b8300029f32a27743d9a (patch)
treecd12aa5fcd3e058fa74b45705c7b82524658d444 /.clangd
parentf430bfe8f71430032bec689bf0bbdc94ac409c22 (diff)
feature(checkpoint): checkpoint cleaning up base library
Diffstat (limited to '.clangd')
-rw-r--r--.clangd25
1 files changed, 25 insertions, 0 deletions
diff --git a/.clangd b/.clangd
new file mode 100644
index 0000000..cff6010
--- /dev/null
+++ b/.clangd
@@ -0,0 +1,25 @@
1CompileFlags:
2 CompilationDatabase: .
3 Add:
4 - -g
5 - -O0
6 - -I.
7 - -Wall
8 - -Wextra
9 - -Wno-unused-variable
10 - -Wno-unused-function
11 - -Wno-undefined-internal
12 - -Wno-implicit-function-declaration
13 - -lX11
14 - -lm
15
16 Remove:
17 - -O*
18 - -Ofast
19Diagnostics:
20 Suppress:
21 - pp_file_not_found
22 - unused-command-line-argument
23 - unknown-warning-option
24Index:
25 Background: Build