aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorPaul Eggert2012-04-17 14:40:07 -0700
committerPaul Eggert2012-04-17 14:40:07 -0700
commit67546201c09718dee616cda362fef96f6f31996d (patch)
treeeb37eacb6bd2a3f1dcbee7d9e97516649fd9bad3 /INSTALL
parentae6e112df045de8ddc22e85f8538975d4664b325 (diff)
downloademacs-67546201c09718dee616cda362fef96f6f31996d.tar.gz
emacs-67546201c09718dee616cda362fef96f6f31996d.zip
INSTALL: Mention --enable-gcc-warnings.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 1e0844879cb..1df686ae636 100644
--- a/INSTALL
+++ b/INSTALL
@@ -317,6 +317,12 @@ Use --with-wide-int to implement Emacs values with the type 'long long',
317even on hosts where a narrower type would do. With this option, on a 317even on hosts where a narrower type would do. With this option, on a
318typical 32-bit host, Emacs integers have 62 bits instead of 30. 318typical 32-bit host, Emacs integers have 62 bits instead of 30.
319 319
320Use --enable-gcc-warnings to enable compile-time checks that warn
321about possibly-questionable C code. This is intended for developers
322and is useful with GNU-compatible compilers. On a recent GNU system
323there should be no warnings; on older and on non-GNU systems the
324generated warnings may still be useful.
325
320The `--prefix=PREFIXDIR' option specifies where the installation process 326The `--prefix=PREFIXDIR' option specifies where the installation process
321should put emacs and its data files. This defaults to `/usr/local'. 327should put emacs and its data files. This defaults to `/usr/local'.
322- Emacs (and the other utilities users run) go in PREFIXDIR/bin 328- Emacs (and the other utilities users run) go in PREFIXDIR/bin