Unverified Commit a29f77e7 authored by norvell's avatar norvell
Browse files

Remove CC=gcc for COVERAGE build in Makefile

parent 3b94e993
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