build: add /EHsc and DriveMode: cl to .clangd file
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
604ee5e6a1
commit
d029c0e473
1 changed files with 3 additions and 1 deletions
4
.clangd
4
.clangd
|
|
@ -1,3 +1,5 @@
|
||||||
CompileFlags:
|
CompileFlags:
|
||||||
|
DriverMode: cl
|
||||||
Add:
|
Add:
|
||||||
- -Xclang=-std=c++23
|
- /EHsc
|
||||||
|
- /std:c++latest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue