From 770ba230b34f698ec477dcef7ad207ab4e6be557 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Thu, 22 Sep 2022 15:03:34 +0200 Subject: [PATCH] changes: mentioned ignore -gz=zlib-gnu option --- htdocs/gcc-13/changes.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index a7d88038..88bb947e 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -35,6 +35,11 @@ a work-in-progress.

-gstabs and -gxcoff options) has been removed. (This means the dbx debugger is no longer supported, either.) +
  • Legacy debug info compression option -gz=zlib-gnu was removed + and the option is ignored right now. If you really want to use the compression algorithm, + use the corresponding -Wl,--compress-debug-sections=zlib-gnu + and -Wa,--compress-debug-sections=zlib-gnu options.
  • +
  • New debug info compression option value -gz=zstd has been added.
  • -- 2.37.3