|
From: | Ulrich Mueller |
Subject: | Size of emacs.pdmp changes between successive installs |
Date: | Tue, 19 Nov 2019 17:59:58 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
For two successive installs from a clean checkout of the same git commit, emacs.pdmp ends up having slightly different size: $ stat -c %s /usr/libexec/emacs/27.0.50/x86_64-pc-linux-gnu/emacs.pdmp 10563744 $ stat -c %s /usr/libexec/emacs/27.0.50/x86_64-pc-linux-gnu/emacs.pdmp 10563728 Why is that so? Shouldn't it be deterministic? (I've tried option --disable-build-details and disabling parallel make, but neither of them makes a difference.)
[Prev in Thread] | Current Thread | [Next in Thread] |