Skip to content

Commit 162ca5b

Browse files
authored
Merge pull request #11383 from Ivorforce/compile-commands-json-isolated
Recommend building just `compile_commands.json` in the `CLion` documentation
2 parents eb758a0 + 9a4756d commit 162ca5b

File tree

1 file changed

+1
-1
lines changed
  • engine_details/development/configuring_an_ide

1 file changed

+1
-1
lines changed

engine_details/development/configuring_an_ide/clion.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CLion can import a project's `compilation database file <https://clang.llvm.org/
1313

1414
::
1515

16-
scons compiledb=yes
16+
scons compiledb=yes compile_commands.json
1717

1818
Then, open the Godot root directory with CLion and wait for the project to be fully
1919
indexed. If code completion, parameter information, or refactoring are not enabled,

0 commit comments

Comments
 (0)