r273263 - in /trunk/gcc: ChangeLog lto-compress.c

marxin@gcc.gnu.org marxin@gcc.gnu.org
Tue Jul 9 07:41:00 GMT 2019


Author: marxin
Date: Tue Jul  9 07:41:39 2019
New Revision: 273263

URL: https://gcc.gnu.org/viewcvs?rev=273263&root=gcc&view=rev
Log:
Remove usage of ZSTD_CLEVEL_DEFAULT define.

2019-07-09  Martin Liska  <mliska@suse.cz>

	* lto-compress.c (lto_normalized_zstd_level): Do not use
	ZSTD_CLEVEL_DEFAULT as it is not default in old releases
	of libzstd.  One can use 0 as a default compression level.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lto-compress.c



More information about the Gcc-cvs mailing list