cpufreq: governor: Always schedule work on the CPU running update
[deliverable/linux.git] / mm / kasan / Makefile
... / ...
CommitLineData
1KASAN_SANITIZE := n
2UBSAN_SANITIZE_kasan.o := n
3
4CFLAGS_REMOVE_kasan.o = -pg
5# Function splitter causes unnecessary splits in __asan_load1/__asan_store1
6# see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63533
7CFLAGS_kasan.o := $(call cc-option, -fno-conserve-stack -fno-stack-protector)
8
9obj-y := kasan.o report.o kasan_init.o
This page took 0.024205 seconds and 5 git commands to generate.