Skip to content

Commit b409c02

Browse files
committed
Change CODECOV handling to prevent accidental activation of debug mode
1 parent 1e89b9c commit b409c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ MY_CMAKE_FLAGS += -G Ninja
283283
BUILDSENTINEL := build.ninja
284284
endif
285285

286-
ifneq (${CODECOV},)
286+
ifeq (${CODECOV},1)
287287
MY_CMAKE_FLAGS += -DCMAKE_BUILD_TYPE:STRING=Debug -DCODECOV:BOOL=${CODECOV}
288288
endif
289289

0 commit comments

Comments
 (0)