lib: Avoid 70k of r/w memory
authorVolker Lendecke <vl@samba.org>
Mon, 22 Jan 2024 20:21:54 +0000 (21:21 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 23 Jan 2024 20:37:53 +0000 (12:37 -0800)
commit90d6c8622c0e58cf8d90bb4562350ba4744f0290
tree32a162b0154f72c4c2f97580814f4fb024796432
parent2779e30eb41910210655dc061bfb7f68d8cfbec5
lib: Avoid 70k of r/w memory

This adds more .text than it strips .data, but .text is shared between
all processes, .data is copied.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/scripting/bin/gen_hresult.py