diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-04-17 14:40:07 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-04-17 14:40:07 -0700 |
commit | 67546201c09718dee616cda362fef96f6f31996d (patch) | |
tree | eb37eacb6bd2a3f1dcbee7d9e97516649fd9bad3 /INSTALL | |
parent | ae6e112df045de8ddc22e85f8538975d4664b325 (diff) | |
download | emacs-67546201c09718dee616cda362fef96f6f31996d.tar.gz |
INSTALL: Mention --enable-gcc-warnings.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -317,6 +317,12 @@ Use --with-wide-int to implement Emacs values with the type 'long long', even on hosts where a narrower type would do. With this option, on a typical 32-bit host, Emacs integers have 62 bits instead of 30. +Use --enable-gcc-warnings to enable compile-time checks that warn +about possibly-questionable C code. This is intended for developers +and is useful with GNU-compatible compilers. On a recent GNU system +there should be no warnings; on older and on non-GNU systems the +generated warnings may still be useful. + The `--prefix=PREFIXDIR' option specifies where the installation process should put emacs and its data files. This defaults to `/usr/local'. - Emacs (and the other utilities users run) go in PREFIXDIR/bin |