Move compiler flags to configure and add -O2 as a minimum default flag.

This commit is contained in:
Con Kolivas 2011-02-24 12:35:42 +11:00
parent dcf62d11a0
commit eae38b8645
4 changed files with 8 additions and 4 deletions

View file

@ -23,6 +23,8 @@ consistent with CFLAGS.
each rzip chunk and compressed block.
* Modify purpose of -T threshold option to mean Disable LZO pre-compression
testing. Threshold level test deprecated.
* Make failure to allocate a buffer in the compress_ functions put out an
error message always rather than just in max_verbose mode.
FEBRUARY 2011, Peter Hyman
* Minor updates to man pages, lrzip.conf example file.