# MemorySanitizer options for Zen # # IMPORTANT: This file is NOT passed directly to the MSAN runtime. The # sanitizer.msan_options rule in xmake.lua parses it and constructs # MSAN_OPTIONS. If you run a binary directly (not via xmake run / xmake test) # you must set MSAN_OPTIONS manually. # # MSAN has no native suppression file mechanism; only key=value options are # supported here. # # Format: # key=value MSAN runtime option; xmake sets it directly in MSAN_OPTIONS # # comment line (the whole line must start with #) # ignored