Merge tag 'gcc-plugins-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / mm / kasan / Makefile
1 KASAN_SANITIZE := n
2 UBSAN_SANITIZE_kasan.o := n
3 KCOV_INSTRUMENT := n
4
5 CFLAGS_REMOVE_kasan.o = -pg
6 # Function splitter causes unnecessary splits in __asan_load1/__asan_store1
7 # see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533
8 CFLAGS_kasan.o := $(call cc-option, -fno-conserve-stack -fno-stack-protector)
9
10 obj-y := kasan.o report.o kasan_init.o quarantine.o