summaryrefslogtreecommitdiff
path: root/main/lzo/BUGS
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2017-12-28 00:30:40 +0100
committerArne Schwabe <arne@rfc2549.org>2017-12-28 00:30:40 +0100
commit2b2dee6586048e62d066a3ea7b761649828b3aff (patch)
treee4afa9c4e225cf808a179dac57be769f63c60d4d /main/lzo/BUGS
parentb14d9bdfa98b85b9f836d73fbcfc65582a92184a (diff)
Add OpenVPN3 to build, change build system to cmake
Diffstat (limited to 'main/lzo/BUGS')
-rw-r--r--main/lzo/BUGS21
1 files changed, 0 insertions, 21 deletions
diff --git a/main/lzo/BUGS b/main/lzo/BUGS
deleted file mode 100644
index aed77990..00000000
--- a/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'
-
-