From 222ca9e2cdbd3edb04f1ab6df50f8b09ab89d35f Mon Sep 17 00:00:00 2001 From: Tuur Martens Date: Fri, 29 Aug 2025 11:31:14 +0200 Subject: [PATCH] Documentation: Rectify incorrect preset name --- Documentation/EditorConfiguration/CLionConfiguration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/EditorConfiguration/CLionConfiguration.md b/Documentation/EditorConfiguration/CLionConfiguration.md index 22b4b38e47c..9252a29276e 100644 --- a/Documentation/EditorConfiguration/CLionConfiguration.md +++ b/Documentation/EditorConfiguration/CLionConfiguration.md @@ -4,7 +4,7 @@ CLion can integrate with CMake to provide code comprehension features. After opening the `ladybird` repository in CLion as a new project, the "`Open Project Wizard`" window will open. -Select the `default` Preset in the `Settings -> Build, Execution and Deployment -> CMake` window and check the `Enable profile` checkbox. +Select the `Release` Preset in the `Settings -> Build, Execution and Deployment -> CMake` window and check the `Enable profile` checkbox. Then select the `Debug` profile and uncheck the `Enable profile` checkbox. If the build complains that there is no `Default` Toolchain, go to the `Settings -> Build, Execution and Deployment -> Toolchains`