X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Makefile;h=5b500f93425b2d34209a8073ee228670ab5f0734;hp=90f57dc45a6049989248d22f0e7672111834a0d5;hb=fad79858d2f2d8d18c3a1a4d1f4bb87a0c49b1d1;hpb=66c8d27b7084ecd4d7d17dc7a69e6f993f5a2549 diff --git a/Makefile b/Makefile index 90f57dc45a60..5b500f93425b 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 2 -SUBLEVEL = 53 +SUBLEVEL = 80 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