diff options
Diffstat (limited to 'admin/make-emacs')
| -rwxr-xr-x | admin/make-emacs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/make-emacs b/admin/make-emacs index b21dcad5f37..f64d51b0c41 100755 --- a/admin/make-emacs +++ b/admin/make-emacs | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | # Build Emacs with various options for profiling, debugging, | 2 | # Build Emacs with various options for profiling, debugging, |
| 3 | # with and without warnings enabled etc. | 3 | # with and without warnings enabled etc. |
| 4 | 4 | ||
| 5 | # Copyright (C) 2001-2011 Free Software Foundation, Inc. | 5 | # Copyright (C) 2001-2012 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | # This file is part of GNU Emacs. | 7 | # This file is part of GNU Emacs. |
| 8 | 8 | ||
| @@ -72,7 +72,7 @@ Build Emacs. | |||
| 72 | --gprof make Emacs for profiling | 72 | --gprof make Emacs for profiling |
| 73 | --union-type define USE_LISP_UNION_TYPE (bad for GDB) | 73 | --union-type define USE_LISP_UNION_TYPE (bad for GDB) |
| 74 | --malloc-check define GC_MALLOC_CHECK | 74 | --malloc-check define GC_MALLOC_CHECK |
| 75 | --no-mcheck dont define GC_MCHECK | 75 | --no-mcheck don't define GC_MCHECK |
| 76 | --wall compile with -Wall | 76 | --wall compile with -Wall |
| 77 | --gcc3 use GCC 3.0 (30% slower compilation, slower code) | 77 | --gcc3 use GCC 3.0 (30% slower compilation, slower code) |
| 78 | --trace-selection print traces in xselect.c | 78 | --trace-selection print traces in xselect.c |