Eli Zaretskii <[EMAIL PROTECTED]> writes: > I fixed the instructions based on your proposal.
Thanks, here's a patch: 2007-04-03 Markus Triska <[EMAIL PROTECTED]> * emacs.c (main): fix profiling instructions Index: emacs.c =================================================================== RCS file: /sources/emacs/emacs/src/emacs.c,v retrieving revision 1.400 diff -c -r1.400 emacs.c *** emacs.c 3 Apr 2007 10:21:06 -0000 1.400 --- emacs.c 3 Apr 2007 11:46:37 -0000 *************** *** 1721,1727 **** Give it a try and tell us if it works on your system. To compile for profiling, add -pg to the switches your platform uses in CFLAGS and LDFLAGS. For example: ! `make CFLAGS="-pg -g -O -DPROFILING=1 LDFLAGS="-pg -g"'. */ #if defined (__FreeBSD__) || defined (GNU_LINUX) || defined(__MINGW32__) #ifdef PROFILING if (initialized) --- 1721,1727 ---- Give it a try and tell us if it works on your system. To compile for profiling, add -pg to the switches your platform uses in CFLAGS and LDFLAGS. For example: ! `make CFLAGS="-pg -g -O -DPROFILING=1" LDFLAGS="-pg -g"'. */ #if defined (__FreeBSD__) || defined (GNU_LINUX) || defined(__MINGW32__) #ifdef PROFILING if (initialized) _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug