On 23/9/26 02:05, Pierrick Bouvier wrote:
The previous toolchain was embedding full libc when doing static linking
for tcg-tests. As a result, each binary was 4MB is size.
With updated toolchain, only needed functions are linked, thus reducing
binary size.
As a result, we save ~140MB of disk space for tcg-tests.
Signed-off-by: Pierrick Bouvier <[email protected]>
---
tests/docker/dockerfiles/debian-loongarch-cross.docker | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>