X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=Makefile;h=289ca14a20d66c74b104272b741afc1439568063;hp=c92db9b51a9755211180dbaf605b848d39d9447e;hb=a342a4648f43553bd52de3cc8d15487bbb4ef25b;hpb=a2601fcca1caa1645a8bf6c7719ec9e41f590a28 diff --git a/Makefile b/Makefile index c92db9b51a97..289ca14a20d6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 2 -SUBLEVEL = 57 +SUBLEVEL = 76 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