dnsmasq: stay close as possible to master branch
[tomato.git] / release / src-rt-6.x.4708 / router / lzo / BUGS
blobaed77990d1cef8cda74d3e5518de6cff60d275f9
1 ============================================================================
2 LZO -- a real-time data compression library
3 ============================================================================
5 LZO is free of any known bugs.
7 Nevertheless LZO has been reported to break the optimizer of some
8 compilers including gcc 2.7.2 (AIX, IRIX) and Watcom C 9.5.
10 So if 'lzotest' reports data decompression errors you should recompile
11 everything without optimizations and see if that fixes the problem.
12 I'd like to hear about optimizer problems and possible workarounds.
15 Known 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'