use same target in clangd that in the makefile

This commit is contained in:
Mylloon 2024-04-03 13:41:37 +02:00
parent 7ce2a36b45
commit 2130555931
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -1,4 +1,4 @@
CompileFlags:
Add: [
--target=x86_64-w64-mingw32,
--target=x86_64-w64-mingw32-gcc,
]