X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=4e9b8eec1a1b1c100bbaee71d78920cb50df39b1;hb=b37593c406b332aec4154e0e5e9572c24c6bcd7e;hp=c92db9b51a9755211180dbaf605b848d39d9447e;hpb=a2601fcca1caa1645a8bf6c7719ec9e41f590a28;p=pandora-kernel.git diff --git a/Makefile b/Makefile index c92db9b51a97..4e9b8eec1a1b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 2 -SUBLEVEL = 57 +SUBLEVEL = 77 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