We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a3b0e commit e56404eCopy full SHA for e56404e
arch/arm64/kernel/vdso/Makefile
@@ -30,7 +30,7 @@ ldflags-y := -shared -nostdlib -soname=linux-vdso.so.1 --hash-style=sysv \
30
ccflags-y := -fno-common -fno-builtin -fno-stack-protector -ffixed-x18
31
ccflags-y += -DDISABLE_BRANCH_PROFILING
32
33
-CFLAGS_REMOVE_vgettimeofday.o = $(CC_FLAGS_FTRACE) -Os $(CC_FLAGS_SCS)
+CFLAGS_REMOVE_vgettimeofday.o = $(CC_FLAGS_FTRACE) -Os $(CC_FLAGS_SCS) $(GCC_PLUGINS_CFLAGS)
34
KBUILD_CFLAGS += $(DISABLE_LTO)
35
KASAN_SANITIZE := n
36
UBSAN_SANITIZE := n
0 commit comments