blob: bd837b8c2f4126ec1911f43c39edcc8831ad8f50 [file] [log] [blame]
Andrey Ryabinin0b24bec2015-02-13 14:39:17 -08001KASAN_SANITIZE := n
2
3CFLAGS_REMOVE_kasan.o = -pg
4# Function splitter causes unnecessary splits in __asan_load1/__asan_store1
5# see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533
6CFLAGS_kasan.o := $(call cc-option, -fno-conserve-stack -fno-stack-protector)
7
8obj-y := kasan.o report.o