mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45:12 +00:00
Documentation: Add instructions to uncheck 'Enable profile' for Debug
This commit is contained in:
parent
cff48febf0
commit
d17bd2c5f1
Notes:
github-actions[bot]
2025-03-04 13:09:45 +00:00
Author: https://github.com/rok-povsic Commit: https://github.com/LadybirdBrowser/ladybird/commit/d17bd2c5f1d Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3486 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ 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 click the `Enable Profile` checkbox.
|
||||
Select the `default` 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`
|
||||
tab and copy the currently defaulted host toolchain and rename it to `Default`. Make sure that the compiler chosen has a version of
|
||||
|
|
Loading…
Add table
Reference in a new issue