1============================================================================
2LZO -- a real-time data compression library
3============================================================================
4
5LZO is free of any known bugs.
6
7Nevertheless LZO has been reported to break the optimizer of some
8compilers including gcc 2.7.2 (AIX, IRIX) and Watcom C 9.5.
9
10So if `lzotest' reports data decompression errors you should recompile
11everything without optimizations and see if that fixes the problem.
12I'd like to hear about optimizer problems and possible workarounds.
13
14
15Known compiler problems:
16------------------------
17  some versions of gcc    use `-O2 -fno-strength-reduce'
18  some versions of gcc    use `-O2 -fno-schedule-insns -fno-schedule-insns2'
19  Watcom C 9.5            compile with `-oneax' instead of `-oneatx'
20
21
22