]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/internals.texi
Deterministic build improvements
[gnu-emacs] / doc / lispref / internals.texi
index 41064df5a287f6d060db59186ed53fa736bd71c0..fedef3d7f46dfc1ddda4caf115a00b0c2121ba6e 100644 (file)
@@ -66,6 +66,16 @@ into the dumped Emacs.  If you port Emacs to a new operating system,
 and are not able to implement dumping, then Emacs must load
 @file{loadup.el} each time it starts.
 
+@cindex build details
+@cindex deterministic build
+@cindex @option{--disable-build-details} option to @command{configure}
+  By default the dumped @file{emacs} executable records details such
+as the build time and host name.  Use the
+@option{--disable-build-details} option of @command{configure} to
+suppress these details, so that building and installing Emacs twice
+from the same sources is more likely to result in identical copies of
+Emacs.
+
 @cindex @file{site-load.el}
   You can specify additional files to preload by writing a library named
 @file{site-load.el} that loads them.  You may need to rebuild Emacs