Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.15-rc4 7 lines 201 B view raw
1ifdef CONFIG_KCOV 2CFLAGS_KCOV := $(call cc-option,-fsanitize-coverage=trace-pc,) 3ifeq ($(CONFIG_KCOV_ENABLE_COMPARISONS),y) 4CFLAGS_KCOV += $(call cc-option,-fsanitize-coverage=trace-cmp,) 5endif 6 7endif