X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=98c276c53906afaca85f21d6f68abdc2518dfd0e;hb=cb7a13ce5b6467783aab8d67de2130bc906bcaac;hp=2e3d7910ebc6d5d0d28f6b0a911330cfadb2e2a6;hpb=66421b2177fbfcb6e3f5937c729086a4d1104fb2;p=pandora-kernel.git diff --git a/Makefile b/Makefile index 2e3d7910ebc6..98c276c53906 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 2 -SUBLEVEL = 49 +SUBLEVEL = 81 EXTRAVERSION = NAME = Saber-toothed Squirrel @@ -592,6 +592,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 += -gdwarf-2