mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Build: Set GZIP_ENV=-9n in top-level Makefile.am.
This commit is contained in:
parent
48053e8a45
commit
21b45b9bab
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
## You can do whatever you want with this file.
|
## You can do whatever you want with this file.
|
||||||
##
|
##
|
||||||
|
|
||||||
|
# Use -n to prevent gzip from adding a timestamp to the .gz headers.
|
||||||
|
GZIP_ENV = -9n
|
||||||
|
|
||||||
DIST_SUBDIRS = lib src po tests debug
|
DIST_SUBDIRS = lib src po tests debug
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue