]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
nasm-wrapper: Exclude --coverage flag from being passed to nasm 58209/head
authorConnor Fawcett <connorfa@uk.ibm.com>
Fri, 21 Jun 2024 15:31:33 +0000 (16:31 +0100)
committerConnor Fawcett <connorfa@uk.ibm.com>
Tue, 25 Jun 2024 09:33:43 +0000 (10:33 +0100)
commitc9a6e7eb0deafc027c2926b67f1be086a653a825
tree9f88b508aef20d67bf6cca97f1ad94b4ef41c421
parent2449c2827a7d196f856277dac00e694442c6f3b8
nasm-wrapper: Exclude --coverage flag from being passed to nasm

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>
src/nasm-wrapper