emacs-devel
[Top][All Lists]
Advanced

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

address@hidden: emacs.c (main): fix profiling instructions]


From: Richard Stallman
Subject: address@hidden: emacs.c (main): fix profiling instructions]
Date: Fri, 30 Mar 2007 17:22:21 -0400

Is this change correct?

------- Start of forwarded message -------
X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY 
        autolearn=failed version=3.1.0
Date: Fri, 30 Mar 2007 14:11:45 +0200
From: Markus Triska <address@hidden>
To: address@hidden
Subject: emacs.c (main): fix profiling instructions


2007-03-30  Markus Triska  <address@hidden>

        * emacs.c (main): fix profiling instructions


*** emacs.c     21 Jan 2007 05:18:16 +0100      1.399
- --- emacs.c   30 Mar 2007 13:48:25 +0200      
***************
*** 1720,1726 ****
       GNU/Linux and MinGW.  It might work on some other systems too.
       Give it a try and tell us if it works on your system.  To compile
       for profiling use something like:
!        `make CFLAGS="-pg -g -O -DPROFILING=1'.  */
  #if defined (__FreeBSD__) || defined (GNU_LINUX) || defined(__MINGW32__)
  #ifdef PROFILING
    if (initialized)
- --- 1720,1726 ----
       GNU/Linux and MinGW.  It might work on some other systems too.
       Give it a try and tell us if it works on your system.  To compile
       for profiling use something like:
!        `./configure CFLAGS="-pg -g -O -DPROFILING=1" LDFLAGS="-pg"'.  */
  #if defined (__FreeBSD__) || defined (GNU_LINUX) || defined(__MINGW32__)
  #ifdef PROFILING
    if (initialized)



_______________________________________________
emacs-pretest-bug mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------




reply via email to

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