Skip to content
  • Stig Bjørlykke's avatar
    Remove init of proto variables · 2a9bc633
    Stig Bjørlykke authored
    Remove init of proto, header field, expert info and subtree variables.
    This will reduces the binary size by approximate 1266320 bytes due to
    using .bss to zero-initialize the fields.
    
    The conversion is done using the tools/convert-proto-init.py script.
    2a9bc633