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