X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Makefile;h=1fbb6f4604eac8711d442ed109556785d583b868;hp=0f1193666ddb49df2e3353ab6d0d3c574d1865ec;hb=31b79119914d59febac1bccd19660f98802fece7;hpb=c3f403c243a408dd7eeb1ff5cb59e60f5557c9b2 diff --git a/Makefile b/Makefile index 0f1193666ddb..1fbb6f4604ea 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 2 -SUBLEVEL = 51 +SUBLEVEL = 75 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