emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/admin/make-emacs


From: Gerd Moellmann
Subject: [Emacs-diffs] Changes to emacs/admin/make-emacs
Date: Thu, 06 Dec 2001 09:22:47 -0500

Index: emacs/admin/make-emacs
diff -c emacs/admin/make-emacs:1.2 emacs/admin/make-emacs:1.3
*** emacs/admin/make-emacs:1.2  Sat Oct 13 05:58:40 2001
--- emacs/admin/make-emacs      Thu Dec  6 09:22:47 2001
***************
*** 53,58 ****
--- 53,59 ----
                  "wall" => \$wall,
                  "gcc3" => \$gcc3,
                  "trace-selection" => \$trace_selection,
+                 "trace-move" => \$trace_move,
                  "stabs" => \$use_stabs,
                  "optim" => \$optim);
  
***************
*** 77,82 ****
--- 78,84 ----
   --wall                       compile with -Wall
   --gcc3                       use GCC 3.0 (30% slower compilation, slower 
code)
   --trace-selection    print traces in xselect.c
+  --trace-move         print traces for move_it* functions
   --stabs              use -gstabs instead -g
  
  Default is to compile with warnings, with -DGC_MCHECK=1, and
***************
*** 145,150 ****
--- 147,153 ----
  $defs = "$defs -DGC_MCHECK=1" unless $no_mcheck;
  
  $defs = "$defs -DTRACE_SELECTION" if $trace_selection;
+ $defs = "$defs -DDEBUG_TRACE_MOVE" if $trace_move;
  
  # arch=pentium leads to slightly faster code than without.
  $opts = "$opts -march=pentiumpro";



reply via email to

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