emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117813: * admin/notes/bzr: Some bisect tips.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r117813: * admin/notes/bzr: Some bisect tips.
Date: Thu, 04 Sep 2014 00:40:08 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117813
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2014-09-03 20:40:03 -0400
message:
  * admin/notes/bzr: Some bisect tips.
modified:
  admin/notes/bzr                bzr-20100518025134-ebvhi2w74h1r56u7-1
=== modified file 'admin/notes/bzr'
--- a/admin/notes/bzr   2014-04-24 23:18:40 +0000
+++ b/admin/notes/bzr   2014-09-04 00:40:03 +0000
@@ -307,6 +307,18 @@
 
 or simply delete the entire branch if you created it just for this.
 
+** Some tips for speeding up bisections:
+
+*** Use ./configure --without-all --cache-file=/tmp/config.cache
+(assuming the thing you are testing for does not need a feature that
+--without-all disables).
+
+*** Rather than `make', use `make -C lib && make -C src bootstrap-emacs
+&& make -C src emacs', to avoid compiling the non-essential lisp files
+(unless the thing you are testing for only shows up in compiled files;
+if so compile just the relevant ones).  Obviously use whatever make -j
+option is appropriate for your system.
+
 * Commit emails
 
 ** Old method: bzr-hookless-email


reply via email to

[Prev in Thread] Current Thread [Next in Thread]