Skip to content
Snippets Groups Projects
Commit a8293c18 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Make laf step critical when laf enabled

parent 3c833106
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,6 @@ trace_opt=""
zipr_opt=""
random_seed=""
laf_opt=""
laf_step=""
me=$(whoami)
......@@ -378,7 +377,7 @@ log_msg "Transforming input binary $input_binary into $output_zafl_binary"
optional_step=""
if [ ! -z "$laf_opt" ];
then
optional_step=" -s laf=on $laf_opt "
optional_step=" -c laf=on $laf_opt "
fi
zax_opt=" $zax_opt $float_opt "
......
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