X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=Makefile;h=d0901b46b4bfd15aedfd3a0ccfa2d3c3255ff8fc;hb=fab65de95ec6e272735dba58e7a333233fc84aa1;hp=f3c543df4697f8e3cb39b31520d6ce61aa3bee84;hpb=b495c23cd4ed0a7ad827eb07c7c9f61767f6674f;p=karo-tx-linux.git diff --git a/Makefile b/Makefile index f3c543df4697..d0901b46b4bf 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 16 SUBLEVEL = 0 -EXTRAVERSION = -rc5 +EXTRAVERSION = NAME = Shuffling Zombie Juror # *DOCUMENTATION* @@ -688,6 +688,8 @@ KBUILD_CFLAGS += -fomit-frame-pointer endif endif +KBUILD_CFLAGS += $(call cc-option, -fno-var-tracking-assignments) + ifdef CONFIG_DEBUG_INFO KBUILD_CFLAGS += -g KBUILD_AFLAGS += -Wa,-gdwarf-2