|
@@ -11,6 +11,7 @@ cflags-vdso := $(ccflags-vdso) \
|
|
|
$(filter -W%,$(filter-out -Wa$(comma)%,$(KBUILD_CFLAGS))) \
|
|
|
-O2 -g -fPIC -fno-strict-aliasing -fno-common -fno-builtin -G 0 \
|
|
|
-DDISABLE_BRANCH_PROFILING \
|
|
|
+ $(call cc-option, -fno-asynchronous-unwind-tables) \
|
|
|
$(call cc-option, -fno-stack-protector)
|
|
|
aflags-vdso := $(ccflags-vdso) \
|
|
|
-D__ASSEMBLY__ -Wa,-gdwarf-2
|