Skip to content
Snippets Groups Projects
Commit ce202b3e authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Changing from valfrind to adress sanitizer

parent 06966055
No related branches found
No related tags found
No related merge requests found
Pipeline #2193 failed
......@@ -85,7 +85,7 @@ if [ x"$comp_type" == x"full" ]; then
install_options="-s"
elif [ x"$comp_type" == x"intel" ]; then
install_options=" "
elif [ x"comp_type" == x"asan" ]; then
elif [ x"$comp_type" == x"asan" ]; then
foward_options="$foward_options --enable-asan"
else
install_options="-s -m"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment