Some work
This commit is contained in:
6
.clangd
6
.clangd
@ -6,7 +6,8 @@ CompileFlags:
|
||||
-Wpedantic,
|
||||
-xc,
|
||||
-D_POSIX_C_SOURCE=199309L,
|
||||
"-fsanitize=address,undefined",
|
||||
"-Isrc",
|
||||
"-I../",
|
||||
]
|
||||
Compiler: gcc
|
||||
---
|
||||
@ -14,8 +15,7 @@ If:
|
||||
PathMatch: .*\.h
|
||||
CompileFlags:
|
||||
Remove: -xc
|
||||
Add: [-std=c11, -Wall, -Wpedantic, -xc-header]
|
||||
Compiler: gcc
|
||||
Add: -xc-header
|
||||
---
|
||||
If:
|
||||
PathMatch: bin/.*\.c
|
||||
|
||||
Reference in New Issue
Block a user