diff options
Diffstat (limited to 'words0')
-rw-r--r-- | words0 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ | |||
1 | 1 | ||
2 | If compilation produces errors, or a large number of warnings, | 2 | If compilation produces errors, or a large number of warnings, |
3 | please read README.COMPILATION.PROBLEMS -- you might be able to | 3 | please read README.COMPILATION.PROBLEMS -- you might be able to |
4 | adjust the flags in this Makefile to improve matters. | 4 | adjust the flags in this Makefile to improve matters. |
5 | 5 | ||
6 | Also in README.COMPILATION.PROBLEMS are some hints that may help | ||
7 | if your build produces an executable which is unable to correctly | ||
8 | handle so-called 'large files' -- files of size 2GB or more. | ||
9 | |||