From 8ea6a3c8621287d11296b8300029f32a27743d9a Mon Sep 17 00:00:00 2001 From: nasr Date: Thu, 16 Apr 2026 17:10:02 +0200 Subject: feature(checkpoint): checkpoint cleaning up base library --- .clangd | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .clangd (limited to '.clangd') diff --git a/.clangd b/.clangd new file mode 100644 index 0000000..cff6010 --- /dev/null +++ b/.clangd @@ -0,0 +1,25 @@ +CompileFlags: + CompilationDatabase: . + Add: + - -g + - -O0 + - -I. + - -Wall + - -Wextra + - -Wno-unused-variable + - -Wno-unused-function + - -Wno-undefined-internal + - -Wno-implicit-function-declaration + - -lX11 + - -lm + + Remove: + - -O* + - -Ofast +Diagnostics: + Suppress: + - pp_file_not_found + - unused-command-line-argument + - unknown-warning-option +Index: + Background: Build -- cgit v1.3