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