Skip to content

Commit a08764b

Browse files
committed
website update
1 parent 5ea1290 commit a08764b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

website/docs/maintainer/_project/_first-development-run.mdx

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ import FirstDevelopmentRunGCC from '../_common/_first-development-run-gcc.mdx';
55

66
<FirstDevelopmentRunGCC />
77

8-
### XBB_APPLICATION_WITHOUT_MULTILIB
8+
### Simplified multilibs
9+
10+
Since building the full multilibs takes a long time,
11+
development builds use a simplified multilibs configuration
12+
with only essential libraries.
13+
14+
It is also possible to fully disable multilibs using the
15+
`XBB_APPLICATION_WITHOUT_MULTILIB` environment variable set to `"y"`.
916

10-
Since building the multilibs takes a long time, do a first run with the `XBB_APPLICATION_WITHOUT_MULTILIB` environment variable set to `"y"`
11-
to skip the multilibs build (in `build-assets/scripts/application.sh`).

0 commit comments

Comments
 (0)