migration
This commit is contained in:
24
semester-4/ОС/lb-2/src/.clangd
Normal file
24
semester-4/ОС/lb-2/src/.clangd
Normal file
@ -0,0 +1,24 @@
|
||||
# CompileFlags:
|
||||
# Add:
|
||||
# - -I/usr/x86_64-w64-mingw32/include
|
||||
# - -I/usr/x86_64-w64-mingw32/include/w32api
|
||||
# - -DUNICODE
|
||||
# - -D_UNICODE
|
||||
|
||||
CompileFlags:
|
||||
Add: [-Wall, -Wextra, -std=c++17, -DBUILD_SHARED, --target=x86_64-w64-mingw32]
|
||||
CompilationDatabase: build/
|
||||
|
||||
Diagnostics:
|
||||
UnusedIncludes: Strict
|
||||
|
||||
InlayHints:
|
||||
Enabled: Yes
|
||||
ParameterNames: Yes
|
||||
DeducedTypes: Yes
|
||||
|
||||
Index:
|
||||
Background: Build
|
||||
|
||||
Hover:
|
||||
ShowAKA: Yes
|
Reference in New Issue
Block a user