Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « kasan « mm - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd837b8c2f4126ec1911f43c39edcc8831ad8f50 (plain)
1
2
3
4
5
6
7
8
KASAN_SANITIZE := n

CFLAGS_REMOVE_kasan.o = -pg
# Function splitter causes unnecessary splits in __asan_load1/__asan_store1
# see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533
CFLAGS_kasan.o := $(call cc-option, -fno-conserve-stack -fno-stack-protector)

obj-y := kasan.o report.o