We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e7a8e commit 306d033Copy full SHA for 306d033
2 files changed
.clangd
@@ -1,2 +1,2 @@
1
CompileFlags:
2
- CompilationDatabase: build-release-debug/
+ CompilationDatabase: build/
colcon_defaults.yaml
@@ -0,0 +1,12 @@
+build:
+ cmake-args:
3
+ - -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
4
+ - -DCMAKE_C_COMPILER_LAUNCHER=ccache
5
+ - -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
6
+ parallel-workers: 2
7
+ event-handlers:
8
+ - "console_cohesion+"
9
+
10
+test:
11
12
0 commit comments