[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#23474: Gzip and CFLAGS
From: |
Paul Eggert |
Subject: |
bug#23474: Gzip and CFLAGS |
Date: |
Fri, 6 May 2016 19:52:26 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 |
Tom Smith wrote:
> Currently, I am looking at “CFLAGS= -O”.
You don't mention which gzip version. If you haven't already, please try the
current version, gzip 1.8. Its 'configure' script should default to -O2
optimization for GCC, and to no optimization for other compilers. To some extent
this is arbitrary. Tweaking this further is up to you. For example,
-march=native is better for some usages but not for others, which is why it is
not the default.