We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bc37f commit c64ba04Copy full SHA for c64ba04
Makefile
@@ -623,7 +623,9 @@ all: vmlinux
623
624
KBUILD_CFLAGS += $(call cc-option,-fno-PIE)
625
KBUILD_AFLAGS += $(call cc-option,-fno-PIE)
626
-CFLAGS_GCOV := -fprofile-arcs -ftest-coverage -fno-tree-loop-im $(call cc-disable-warning,maybe-uninitialized,)
+CFLAGS_GCOV := -fprofile-arcs -ftest-coverage \
627
+ $(call cc-option,-fno-tree-loop-im) \
628
+ $(call cc-disable-warning,maybe-uninitialized,)
629
export CFLAGS_GCOV CFLAGS_KCOV
630
631
# The arch Makefile can set ARCH_{CPP,A,C}FLAGS to override the default
0 commit comments