meson.build: build with -fsanitize=address

laumann
Dec 18, 2023, 4:55 AM
VW35AEXOTYWVEHKQ5Q6DXUWSXQCRMJ3LJUKZWC3BWTLCD3D5JL2QC

Dependencies

  • [2] WGYMYRCY Fix #3, settle on C11
  • [3] SMB3M6ES change: rework to make more testable
  • [4] NZNIG2UL Fix lots of warnings, adjust build flags
  • [5] XJ2PEH74 add meson.build

Change contents

  • replacement in meson.build at line 2
    [4.20][2.0:34]()
    default_options : ['c_std=c11']
    [4.20]
    [4.54]
    default_options : ['c_std=c11', 'b_sanitize=address']
  • replacement in meson.build at line 11
    [3.10011][3.10011:10127]()
    #'-fsanitize-undefined-trap-on-error',
    #'-fsanitize=address', # can't have this one because of the assembly :-(
    [3.10011]
    [3.10127]
    '-fsanitize-undefined-trap-on-error',