diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-11-18 04:13:09 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-11-18 04:13:09 -0500 |
commit | 45f1aadc261561566cd074da1d9b0fb21a6ad78c (patch) | |
tree | b1d2c414300b50815acb7b986077556e5dda712d /INSTALLATION | |
parent | 0f88481e93b50612489cc8e5b1ca365196439373 (diff) | |
download | lynx-snapshots-45f1aadc261561566cd074da1d9b0fb21a6ad78c.tar.gz |
snapshot of project "lynx", label v2-8-3dev_15
Diffstat (limited to 'INSTALLATION')
-rw-r--r-- | INSTALLATION | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/INSTALLATION b/INSTALLATION index a33c61b2..6ee711d6 100644 --- a/INSTALLATION +++ b/INSTALLATION @@ -316,7 +316,10 @@ II. Compile instructions -- UNIX (Also defines USE_HASH, LINKEDSTYLES) --enable-debug (The symbol DEBUG is always defined.) - Use this option to compile-in support for debugging. + Use this option to compile-in support for debugging. + Note that this flag is ignored if the CFLAGS environment + variable is set, in that case "-g" (or whatever) has to + be included in the CFLAGS value to get debugging. --enable-default-colors (define USE_DEFAULT_COLORS) Enable use of default-color background (ncurses/slang). Either |