- refactored Mkaefile

- fixed compile_commands
This commit is contained in:
2025-10-26 14:34:28 +01:00
parent 20ecc3333c
commit 467bf2fa72
18 changed files with 176 additions and 7 deletions
+1 -1
View File
@@ -6,6 +6,6 @@
"-log=verbose",
"-pretty",
"--background-index",
"--compile-commands-dir=${workspaceFolder}/compile_commands.json"
"--compile-commands-dir=${workspaceFolder}/build/compile_commands.json"
]
}