Skip to content

Commit 0c4f422

Browse files
sbrombergerppete
authored andcommitted
cleanup
1 parent d243a99 commit 0c4f422

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

cpp/.clangd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ CompileFlags: # Tweak the parse settings
33
- -xc++
44
- -Wall
55
- -std=c++20
6-
# - -I/Users/bromberger1/.local/include
7-
# - -I/opt/homebrew/include
8-
# - -isysroot /Library/Developer/CommandLineTools/SDKs/MacOS.sdk
96
Remove:
107
- --driver-mode=*
118
- -resource-dir=*

cpp/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"clangd.arguments": [
1111
"-j=4",
1212
"--background-index",
13-
"--compile-commands-dir=${workspaceFolder}",
13+
"--compile-commands-dir=${workspaceFolder}/build",
1414
"--clang-tidy",
1515
"--completion-style=detailed",
1616
"--header-insertion=iwyu",

0 commit comments

Comments
 (0)