From af8f2bd19f5cc4bbf1e42c7e17d68e0bbc6e54d9 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Sun, 25 Feb 2024 11:11:34 -0800 Subject: [PATCH] Shave 4kb off each binary --- ape/ape.lds | 1 + 1 file changed, 1 insertion(+) diff --git a/ape/ape.lds b/ape/ape.lds index d0a27da6b..9b1d40e5a 100644 --- a/ape/ape.lds +++ b/ape/ape.lds @@ -528,6 +528,7 @@ SECTIONS { *(.piro.data.sort.iat.*) #endif *(__patchable_function_entries) + *(.note.gnu.property) *(__mcount_loc) *(.rela.dyn) *(.discard)