emacs-pretest-bug
[Top][All Lists]
Advanced

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

emacs.c (main): fix profiling instructions


From: Markus Triska
Subject: emacs.c (main): fix profiling instructions
Date: Fri, 30 Mar 2007 14:11:45 +0200

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)





reply via email to

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