diff options
Diffstat (limited to 'gcc/lto-opts.c')
-rw-r--r-- | gcc/lto-opts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-opts.c b/gcc/lto-opts.c index fd485b9db60..f96dfab522d 100644 --- a/gcc/lto-opts.c +++ b/gcc/lto-opts.c @@ -308,7 +308,7 @@ lto_write_options (void) header.lto_header.major_version = LTO_major_version; header.lto_header.minor_version = LTO_minor_version; header.lto_header.section_type = LTO_section_opts; - + header.compressed_size = 0; header.main_size = stream.total_size; |