From: Zbigniew Jędrzejewski-Szmek Date: Mon, 2 Jun 2025 13:34:17 +0000 (+0200) Subject: Deduplicate error string patterns (#37676) X-Git-Tag: v258-rc1~421 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b83f69952bcd92b0aaec20e1fa785fe3907ece78;p=thirdparty%2Fsystemd.git Deduplicate error string patterns (#37676) I wanted to see if moving moving out constant string arguments our of error messages results in smaller binary sizes. Turns out it does, but the savings are not consistent. Sometimes we get a few kB in a single binary, sometimes there is no size change. --- b83f69952bcd92b0aaec20e1fa785fe3907ece78