Re: [PATCH 01/10] Makefile: Add option CONFIG_DISABLE_GCC_AUTOMATIC_INLINING
From: Ezequiel Garcia <hidden>
Date: 2012-09-13 09:17:21
Also in:
lkml
From: Ezequiel Garcia <hidden>
Date: 2012-09-13 09:17:21
Also in:
lkml
On Thu, Sep 13, 2012 at 4:17 AM, Michal Marek [off-list ref] wrote:
Dne 13.9.2012 02:30, Ezequiel Garcia napsal(a):quoted
Hi, On Sun, Sep 9, 2012 at 6:25 PM, David Rientjes [off-list ref] wrote:quoted
On Sat, 8 Sep 2012, Ezequiel Garcia wrote:quoted
diff --git a/Makefile b/Makefile index ddf5be9..df6045a 100644 --- a/Makefile +++ b/Makefile@@ -561,6 +561,10 @@ else KBUILD_CFLAGS += -O2 endif +ifdef CONFIG_DISABLE_GCC_AUTOMATIC_INLINING +KBUILD_CFLAGS += -fno-inline-small-functionsThis isn't the only option that controls automatic inlining of functions, see indirect-inlining, inline-functions, and inline-functions-called-once.I'll check about this gcc options and re-send, renamed as: CONFIG_DISABLE_CC_AUTOMATIC_INLININGPlease name it CONFIG_CC_<something>
Yeah, that's what I meant, sorry. Ezequiel. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>