diff options
| author | roy <[email protected]> | 2026-07-14 10:15:08 +0300 |
|---|---|---|
| committer | roy <[email protected]> | 2026-07-14 10:15:08 +0300 |
| commit | 100b893f9ee67c8a26dfd038785b59bede7fcf5a (patch) | |
| tree | 1dd36b9db8991f7a4ae05ae047a893a405f4a9d3 /.clangd | |
| parent | b4470c5718736e75377791994dc25736bac7dc13 (diff) | |
Diffstat (limited to '.clangd')
| -rw-r--r-- | .clangd | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +CompileFlags: + Add: + - -Wall + - -Wextra + - -Wpedantic + - -Wconversion + - -Wshadow |
