Searched refs:custom_ubsan_options (Results 1 – 1 of 1) sorted by relevance
90 custom_ubsan_options=$(parse_options.py $OPTIONS_FILE ubsan)91 if [ ! -z $custom_ubsan_options ]; then92 export UBSAN_OPTIONS="$UBSAN_OPTIONS:$custom_ubsan_options"