10b24beccSAndrey RyabininKASAN_SANITIZE := n 20b24beccSAndrey Ryabinin 30b24beccSAndrey RyabininCFLAGS_REMOVE_kasan.o = -pg 40b24beccSAndrey Ryabinin# Function splitter causes unnecessary splits in __asan_load1/__asan_store1 50b24beccSAndrey Ryabinin# see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533 60b24beccSAndrey RyabininCFLAGS_kasan.o := $(call cc-option, -fno-conserve-stack -fno-stack-protector) 70b24beccSAndrey Ryabinin 80b24beccSAndrey Ryabininobj-y := kasan.o report.o 9