diff options
| author | nasr <nsrddyn@gmail.com> | 2026-04-16 17:10:02 +0200 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-04-16 17:10:02 +0200 |
| commit | 8ea6a3c8621287d11296b8300029f32a27743d9a (patch) | |
| tree | cd12aa5fcd3e058fa74b45705c7b82524658d444 /.clangd | |
| parent | f430bfe8f71430032bec689bf0bbdc94ac409c22 (diff) | |
feature(checkpoint): checkpoint cleaning up base library
Diffstat (limited to '.clangd')
| -rw-r--r-- | .clangd | 25 |
1 files changed, 25 insertions, 0 deletions
| @@ -0,0 +1,25 @@ | |||
| 1 | CompileFlags: | ||
| 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 | ||
| 19 | Diagnostics: | ||
| 20 | Suppress: | ||
| 21 | - pp_file_not_found | ||
| 22 | - unused-command-line-argument | ||
| 23 | - unknown-warning-option | ||
| 24 | Index: | ||
| 25 | Background: Build | ||
