Commit 6ed125a6 authored by Vivian Wang's avatar Vivian Wang Committed by Anup Patel
Browse files

Makefile: Add --exclude-libs ALL to avoid .dynsym



Since everything is statically linked, we don't need to expose symbols
for dynamic linking.

For a default build this saves about 2 KiB of useless read only data in
.dynsym, .dynstr, .hash, .gnu.hash sections.

Signed-off-by: default avatarVivian Wang <dramforever@live.com>
Reviewed-by: default avatarAnup Patel <anup@brainfault.org>
parent 2a6d7253
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment