From: Gerd Moellmann Date: Thu, 5 Apr 2001 12:01:19 +0000 (+0000) Subject: Comment fix. X-Git-Tag: emacs-pretest-21.0.102~34 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37a0ae84a49fcec4f13ea64187ecf3fcd4b6f95a;p=emacs.git Comment fix. --- diff --git a/src/emacs.c b/src/emacs.c index 8991ec5cf84..00812cfbbba 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1506,9 +1506,10 @@ main (argc, argv, envp) #endif } - /* Gerd Moellmann 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)