On Mon, Mar 30, 2015 at 8:24 PM, Shawn Landden <sh...@churchofgit.com> wrote:
> replaces log with abort() to remove strings.
>
> saves 3kB from text section of systemd.
and 7kB from rodata. The saving in text is probably because abort() is
no_return.
> ---
>  src/shared/macro.h | 16 ++++++++++------
>  1 file changed, 10 insertions(+), 6 deletions(-)
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to