diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | genhdlist2 | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +- compress synthesis files with '--text' flag passed to xz (shrinks + synthesis.cz by 4-7%) + Version 6.3 - 25 June 2012, by Thierry Vignaud - actually compress xml files with '--text' flag passed to lzma (shrinks @@ -16,7 +16,7 @@ sub usage () { sub main() { my %options = ( - synthesis_filter => '.cz:xz -5', + synthesis_filter => '.cz:xz -5 --text', xml_info => 'auto', xml_info_filter => '.lzma:lzma -5 --text', versioned => 'auto' |