X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Makefile;h=4e9b8eec1a1b1c100bbaee71d78920cb50df39b1;hp=40e2a11c99f92ef5f2f36b0504f3ac303a115445;hb=8ad5c667c3ad728ef764b31c0a61371e4076747d;hpb=398cabc86ead423ba7a808f45a82a95c2ac5a9d9 diff --git a/Makefile b/Makefile index 40e2a11c99f9..4e9b8eec1a1b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 2 -SUBLEVEL = 47 +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