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

Debugging compilation

parent 1eca2ddb
No related branches found
No related tags found
No related merge requests found
...@@ -166,7 +166,11 @@ else ...@@ -166,7 +166,11 @@ else
fi fi
mv $HOME/openfpm_vars $HOME/openfpm_vars_$branch mv $HOME/openfpm_vars $HOME/openfpm_vars_$branch
source $HOME/openfpm_vars_$branch source $HOME/openfpm_vars_$branch
make VERBOSE=1 -j 8
echo "------------- DEBUGGING ------------------"
echo "$PATH"
echo "-------------------------------------------"
make VERBOSE=1 -j 8
fi fi
if [ $? -ne 0 ]; then 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