Skip to content

Commit 5ca380a

Browse files
authored
Merge pull request ceph#58209 from connorfawcett/gcov-fix
nasm-wrapper: Ignore --coverage flag passed to nasm Reviewed-by: Kefu Chai <[email protected]>
2 parents 4d5b2cd + c9a6e7e commit 5ca380a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nasm-wrapper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ while [ -n "$*" ]; do
1010
refine_nasm_options+=" -f $1"
1111
shift
1212
;;
13-
-c | --param* | -m* | -pipe | -thread )
13+
-c | --param* | --coverage | -m* | -pipe | -thread )
1414
# unknown options under nasm & yasm
1515
shift
1616
;;

0 commit comments

Comments
 (0)