• D
    pkg/proc: Disable default compression on DWZ test · 389e96ae
    Derek Parker 提交于
    When compression is applied by default running the DWZ tool on the
    resulting binary will crash.
    
    The actual default compression code will look and see if compression
    makes any difference and if so replace the normal `.debug_*` section
    with `.zdebug_*`. This is why it may not have been hit before. On one of
    my workstations I build with 1.12rc1 and no compression happens, but on
    a Fedora VM I build and the binary results in compressed DWARF sections.
    
    Adding this flag will make this test more consistent overall.
    389e96ae
support.go 8.4 KB