X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=Makefile;h=d0901b46b4bfd15aedfd3a0ccfa2d3c3255ff8fc;hp=f3c543df4697f8e3cb39b31520d6ce61aa3bee84;hb=refs%2Fheads%2Fkaro-tx6;hpb=d614cb0bc3c991710a7bbb5496e990550cb08180 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