A previous fix for compiling with gcov code coverage enabled forgot to
stop the --coverage flag being passed to nasm during compile,
this breaks compilation as nasm doesn't recognise this flag.
Fixes: https://tracker.ceph.com/issues/66601
Signed-off-by: Connor Fawcett <connorfa@uk.ibm.com>
refine_nasm_options+=" -f $1"
shift
;;
- -c | --param* | -m* | -pipe | -thread )
+ -c | --param* | --coverage | -m* | -pipe | -thread )
# unknown options under nasm & yasm
shift
;;