diff options
| author | Nick Brassel <nick@tzarc.org> | 2025-04-22 00:05:04 +1000 |
|---|---|---|
| committer | Nick Brassel <nick@tzarc.org> | 2025-04-22 00:05:04 +1000 |
| commit | 41ee8332d1ed1f897611fd8feb7d4e30a2acb76b (patch) | |
| tree | 3ddedc7e40b22e6668ac25f6e6406b458808d033 | |
| parent | 35edec2998d4ffd2d005966537d8be431795a3aa (diff) | |
| download | qmk-userspace-41ee8332d1ed1f897611fd8feb7d4e30a2acb76b.tar.gz qmk-userspace-41ee8332d1ed1f897611fd8feb7d4e30a2acb76b.zip | |
Fix for `.clangd`.
| -rw-r--r-- | .clangd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ CompileFlags: Add: [-Wno-unknown-attributes, -Wno-maybe-uninitialized, -Wno-unknown-warning-option] - Remove: [-W*, -mmcu=*, -mcpu=*, -mfpu=*, -mfloat-abi=*, -mno-unaligned-access, -mno-thumb-interwork, -mcall-prologues] + Remove: [-W*, -mmcu=*, -mcpu=*, -mfpu=*, -mfloat-abi=*, -mno-unaligned-access, -mno-thumb-interwork, -mcall-prologues, -D__has_include*] Compiler: clang |
