X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=Makefile;h=d0901b46b4bfd15aedfd3a0ccfa2d3c3255ff8fc;hb=a614a3d9f2f2c12e88c0a3abb97ce1dab929b31d;hp=216708499c38dffb05a8bb9a090f57e0a6c68cb5;hpb=303f8ad1c5f4bed903a62f4afdbd2b252e2a1270;p=karo-tx-linux.git diff --git a/Makefile b/Makefile index 216708499c38..d0901b46b4bf 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 16 SUBLEVEL = 0 -EXTRAVERSION = -rc4 +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