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