mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Builds use a mix of styles for the hash table in the ELF header. Only one style of table is necessary, and the GNU one is more performant for lookups. Eliminating the SysV style hash table trims ~450kb. This is done via setting the default linker in gcc instead of LDFLAGS as some packages ignore LDFLAGS. Note that if MIPS is ever added as a supported architecture, it does not support hash-style=gnu at this time. Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2.9 KiB
2.9 KiB