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

Changing from valfrind to adress sanitizer

parent 78994439
No related branches found
No related tags found
No related merge requests found
Pipeline #2191 passed
......@@ -84,6 +84,8 @@ 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
foward_options="$foward_options --enable-asan"
else
install_options="-s -m"
fi
......@@ -93,8 +95,6 @@ if [ x"$comp_type" == x"se_class" ]; then
foward_options="--enable-se-class1 --with-action-on-error=THROW_ON_ERROR"
fi
echo "Installing with: ./install $gpu_support -i $dependency_dir $install_options -c \"$installation_dir $foward_options \" "
./install $gpu_support -i $dependency_dir $install_options -c "$installation_dir $foward_options "
if [ $? -ne 0 ]; then
......
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