aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorDan Nicolaescu2009-08-26 19:57:44 +0000
committerDan Nicolaescu2009-08-26 19:57:44 +0000
commit7b3a82d7e39fd42c1e1c096935758902fa48c2cb (patch)
treedd1d6b6af7d46111f266ea5d7069d60a07fd0250 /src/emacs.c
parent3b64d86b56c392642f204efe4981fd8ec33e7f62 (diff)
downloademacs-7b3a82d7e39fd42c1e1c096935758902fa48c2cb.tar.gz
emacs-7b3a82d7e39fd42c1e1c096935758902fa48c2cb.zip
* lisp.h: Replace #if 0 code for checking with text pointing to
the --enable-checking configure flag. * emacs.c (main): Mention the --enable-profiling configure flag instead of using CFLAGS.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 8097d7a382d..494fb209459 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1809,9 +1809,7 @@ main (int argc, char **argv)
1809 /* Set up for profiling. This is known to work on FreeBSD, 1809 /* Set up for profiling. This is known to work on FreeBSD,
1810 GNU/Linux and MinGW. It might work on some other systems too. 1810 GNU/Linux and MinGW. It might work on some other systems too.
1811 Give it a try and tell us if it works on your system. To compile 1811 Give it a try and tell us if it works on your system. To compile
1812 for profiling, add -pg to the switches your platform uses in 1812 for profiling, use the configure option --enable-profiling. */
1813 CFLAGS and LDFLAGS. For example:
1814 `make CFLAGS="-pg -g -O -DPROFILING=1" LDFLAGS="-pg -g"'. */
1815#if defined (__FreeBSD__) || defined (GNU_LINUX) || defined(__MINGW32__) 1813#if defined (__FreeBSD__) || defined (GNU_LINUX) || defined(__MINGW32__)
1816#ifdef PROFILING 1814#ifdef PROFILING
1817 if (initialized) 1815 if (initialized)