diff options
author | Parménides GV <parmegv@sdf.org> | 2014-12-12 18:02:40 +0100 |
---|---|---|
committer | Parménides GV <parmegv@sdf.org> | 2014-12-12 18:04:08 +0100 |
commit | 97aded26654ede8204a313dd6967b678a72a2a10 (patch) | |
tree | 5c519d75774eff664df41881777cbae171caddf5 /ics-openvpn-stripped/main/lzo/BUGS | |
parent | 0e7e4005460964cf8dac080e3d99e1df2a1bdc4d (diff) |
Updated ics-openvpn to last rev 14 Nov 2014.
Material design!
It still doesn't run properly on my tablet, openvpn keeps getting down
and exiting.
Diffstat (limited to 'ics-openvpn-stripped/main/lzo/BUGS')
-rw-r--r-- | ics-openvpn-stripped/main/lzo/BUGS | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ics-openvpn-stripped/main/lzo/BUGS b/ics-openvpn-stripped/main/lzo/BUGS deleted file mode 100644 index aed77990..00000000 --- a/ics-openvpn-stripped/main/lzo/BUGS +++ /dev/null @@ -1,21 +0,0 @@ -============================================================================ -LZO -- a real-time data compression library -============================================================================ - -LZO is free of any known bugs. - -Nevertheless LZO has been reported to break the optimizer of some -compilers including gcc 2.7.2 (AIX, IRIX) and Watcom C 9.5. - -So if 'lzotest' reports data decompression errors you should recompile -everything without optimizations and see if that fixes the problem. -I'd like to hear about optimizer problems and possible workarounds. - - -Known compiler problems: ------------------------- - some versions of gcc use '-O2 -fno-strength-reduce' - some versions of gcc use '-O2 -fno-schedule-insns -fno-schedule-insns2' - Watcom C 9.5 compile with '-oneax' instead of '-oneatx' - - |