X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=2b58ffc6a695bcd1cc2635b1f87c57c15a0918b1;hb=7d039b9717d756668b603fee0c204c97fcb0e8a9;hp=f6005826b1d3c8308ff46b7cd778fe882e63f06e;hpb=a2d09e92ec5a7ee46e55d29ce8ad5afb45b02d37;p=pandora-kernel.git diff --git a/Makefile b/Makefile index f6005826b1d3..2b58ffc6a695 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 2 -SUBLEVEL = 46 +SUBLEVEL = 64 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