Make clangd aware of the _POSIX_C_SOURCE define in the build system
This commit is contained in:
parent
1571c52012
commit
cb8768b1d0
2
.clangd
2
.clangd
@ -1,2 +1,2 @@
|
|||||||
CompileFlags:
|
CompileFlags:
|
||||||
Add: ["-std=c23", "-x", "c"]
|
Add: ["-std=c23", "-x", "c", "-D_POSIX_C_SOURCE=200809L"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user