use same target in clangd that in the makefile
This commit is contained in:
parent
7ce2a36b45
commit
2130555931
1 changed files with 1 additions and 1 deletions
2
.clangd
2
.clangd
|
@ -1,4 +1,4 @@
|
||||||
CompileFlags:
|
CompileFlags:
|
||||||
Add: [
|
Add: [
|
||||||
--target=x86_64-w64-mingw32,
|
--target=x86_64-w64-mingw32-gcc,
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue