File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
website/docs/maintainer/_project Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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 ` ).
You can’t perform that action at this time.
0 commit comments