X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Makefile;h=807188826c7dd0e62231eb4c12ff0b1fb27e4cec;hp=f8b642d17e1edcc255877ef9455f8c4b8928177a;hb=4cc7224393deb868170eb6c05c81574eecbda600;hpb=e9b1a5ca4be235d1eef84c754f78f53b1ca1a242 diff --git a/Makefile b/Makefile index f8b642d17e1e..807188826c7d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 2 -SUBLEVEL = 61 +SUBLEVEL = 69 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