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