浏览代码

Recommend building just `compile_commands.json` in the `CLion` documentation.

Lukas Tenbrink 1 月之前
父节点
当前提交
9a4756d6d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      engine_details/development/configuring_an_ide/clion.rst

+ 1 - 1
engine_details/development/configuring_an_ide/clion.rst

@@ -13,7 +13,7 @@ CLion can import a project's `compilation database file <https://clang.llvm.org/
 
 
 ::
 ::
 
 
-    scons compiledb=yes
+    scons compiledb=yes compile_commands.json
 
 
 Then, open the Godot root directory with CLion and wait for the project to be fully
 Then, open the Godot root directory with CLion and wait for the project to be fully
 indexed. If code completion, parameter information, or refactoring are not enabled,
 indexed. If code completion, parameter information, or refactoring are not enabled,