Mercurial > emacs
changeset 37205:74427fab3e58
Comment fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 05 Apr 2001 12:01:19 +0000 |
parents | 46aeb2de94e9 |
children | f4dc837b8ebb |
files | src/emacs.c |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/emacs.c Thu Apr 05 11:05:39 2001 +0000 +++ b/src/emacs.c Thu Apr 05 12:01:19 2001 +0000 @@ -1506,9 +1506,10 @@ #endif } - /* Gerd Moellmann <gerd@acm.org> says this makes profiling work on - FreeBSD. It might work on some other systems too. - Give it a try and tell me if it works on your system. */ + /* Set up for profiling. This is known to work on FreeBSD and + GNU/Linux. 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 (__linux) #ifdef PROFILING if (initialized)