2007-03-30 Markus Triska <[EMAIL PROTECTED]>
* 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
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug