meson.build: build with -fsanitize=address
Dependencies
- [2]
WGYMYRCYFix #3, settle on C11 - [3]
SMB3M6ESchange: rework to make more testable - [4]
NZNIG2ULFix lots of warnings, adjust build flags - [5]
XJ2PEH74add meson.build
Change contents
- replacement in meson.build at line 2
default_options : ['c_std=c11']default_options : ['c_std=c11', 'b_sanitize=address'] - replacement in meson.build at line 11
#'-fsanitize-undefined-trap-on-error',#'-fsanitize=address', # can't have this one because of the assembly :-('-fsanitize-undefined-trap-on-error',