Initial (bad) gc
This commit is contained in:
15
.clangd
Normal file
15
.clangd
Normal file
@ -0,0 +1,15 @@
|
||||
CompileFlags:
|
||||
Add: [-std=c11, -Wall, -Wpedantic, -xc, -D_POSIX_C_SOURCE=199309L]
|
||||
Compiler: gcc
|
||||
---
|
||||
If:
|
||||
PathMatch: .*\.h
|
||||
CompileFlags:
|
||||
Remove: -xc
|
||||
Add: [-std=c11, -Wall, -Wpedantic, -xc-header]
|
||||
Compiler: gcc
|
||||
---
|
||||
If:
|
||||
PathMatch: bin/.*\.c
|
||||
CompileFlags:
|
||||
Add: -Isrc
|
||||
Reference in New Issue
Block a user