X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Makefile;h=41a626b610b16405ead67a899c6b1807b1758c47;hp=317d5eab3c66f49e4f45eee72b92fee7d4d09452;hb=058fbb1d2ef932b4b59faa79701d2a7a702acd1b;hpb=6b3965a54357210adb2c5cf15a42083ef31aab56 diff --git a/Makefile b/Makefile index 317d5eab3c66..41a626b610b1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 2 -SUBLEVEL = 60 +SUBLEVEL = 70 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