Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / mm / kasan / Makefile
CommitLineData
0b24becc 1KASAN_SANITIZE := n
c6d30853 2UBSAN_SANITIZE_kasan.o := n
5c9a8750 3KCOV_INSTRUMENT := n
0b24becc
AR
4
5CFLAGS_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
8CFLAGS_kasan.o := $(call cc-option, -fno-conserve-stack -fno-stack-protector)
9
69786cdb 10obj-y := kasan.o report.o kasan_init.o
This page took 0.077223 seconds and 5 git commands to generate.