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