build: add /EHsc and DriveMode: cl to .clangd file
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
light7734 2025-10-30 18:09:40 +03:30
parent 604ee5e6a1
commit d029c0e473

View file

@ -1,3 +1,5 @@
CompileFlags: CompileFlags:
DriverMode: cl
Add: Add:
- -Xclang=-std=c++23 - /EHsc
- /std:c++latest