commit | ea102c00ab3a156d2d8f12fea66d003f541347bc | [log] [tgz] |
---|---|---|
author | Wanwei Jiang <wanwei.jiang@amlogic.com> | Tue Jul 09 17:37:37 2024 +0800 |
committer | gerrit autosubmit <gerrit.autosubmit@amlogic.com> | Mon Jul 22 20:11:43 2024 -0700 |
tree | 07ee9008b8d25e0c6902dcbe27ce201503517412 | |
parent | 45932a962ad7cc6010866f38569d2fa7f682d31b [diff] |
build: optimize fatload build speed [1/1] PD#SWPL-172042 Problem: optimize fatload build speed Solution: 1. use --lto=none 2. use --notrim 3. use --nokmi_symbol_list_strict_mode 4. reduce unnecessary constructions, such as system_dlkm and initramfs 5. modules, modules.dep and other files are copied from intermediate files Verify: local Change-Id: Idb5c57a9a6ab357351341efb93fb6a79aeca5d0c Signed-off-by: Wanwei Jiang <wanwei.jiang@amlogic.com>