Commit 7bf796ef authored by norvell's avatar norvell
Browse files

Merge branch 'ci/fix-coverage-build' into 'main'

[CI]Remove CC=gcc for COVERAGE build in Makefile

See merge request !2902
parents 3b94e993 a29f77e7
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -126,7 +126,6 @@ LDFLAGS += -g3
endif

ifeq "$(COVERAGE)" "1"
CC       = gcc
CFLAGS  += -fprofile-arcs -ftest-coverage -fprofile-update=atomic
LDFLAGS += -fprofile-arcs -ftest-coverage -fprofile-update=atomic
endif