From 2078aefbbcac2051db7213efe579b825c04d2a81 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Mon, 21 Jul 2025 13:16:32 -0700 Subject: [PATCH] docs: update IntelliJ-IDE.md --- IntelliJ-IDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IntelliJ-IDE.md b/IntelliJ-IDE.md index 6a80322..288568a 100644 --- a/IntelliJ-IDE.md +++ b/IntelliJ-IDE.md @@ -18,7 +18,7 @@ 2. Open CLion. 3. In popup, click 'OK' 4. Open 'Settings/Build, Execution, Development/Makefile' - 1. Change 'Commands' in 'Pre-configuration...' to './configure --debug' + 1. Change 'Commands' in 'Pre-configuration...' to './configure --debug -C' 2. Use your own build options, like '-j32' or '-j4' depends your device. 5. Waiting for 'Updating indexes' done