X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Makefile;h=6d3f2d447bdbddebba38bd3002e08abc8f275192;hp=0799e8e90198a94d0a8f0a54ba1ffa6e8b595858;hb=39e780f75c52d4afe4b8e1f2833b042c2473ae15;hpb=401390fbc8e28bb07851be6bbe0b343a0e9f8306 diff --git a/Makefile b/Makefile index 0799e8e90198..6d3f2d447bdb 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 2 -SUBLEVEL = 50 +SUBLEVEL = 63 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