Searched refs:custom_asan_options (Results 1 – 1 of 1) sorted by relevance
80 custom_asan_options=$(parse_options.py $OPTIONS_FILE asan)81 if [ ! -z $custom_asan_options ]; then82 export ASAN_OPTIONS="$ASAN_OPTIONS:$custom_asan_options"