mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-07 01:51:42 +00:00
8 lines
201 B
Makefile
8 lines
201 B
Makefile
|
ifdef CONFIG_KCOV
|
||
|
CFLAGS_KCOV := $(call cc-option,-fsanitize-coverage=trace-pc,)
|
||
|
ifeq ($(CONFIG_KCOV_ENABLE_COMPARISONS),y)
|
||
|
CFLAGS_KCOV += $(call cc-option,-fsanitize-coverage=trace-cmp,)
|
||
|
endif
|
||
|
|
||
|
endif
|