public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
From: Alexey Dobriyan <adobriyan@gmail.com>
To: "Radosław Smogura" <mail@smogura.eu>
Cc: linux-kernel@vger.kernel.org, Michal Marek <mmarek@suse.cz>,
	Randy Dunlap <rdunlap@xenotime.net>,
	linux-kbuild@vger.kernel.org
Subject: Re: [PATCH] Allows Kernel developer to change optimization options making code more debug friendly.
Date: Sat, 30 Jul 2011 17:42:50 +0300	[thread overview]
Message-ID: <20110730144250.GA7243@p183.telecom.by> (raw)
In-Reply-To: <1312027749-10520-1-git-send-email-mail@smogura.eu>

On Sat, Jul 30, 2011 at 02:09:09PM +0200, Radosław Smogura wrote:
> Included new Makefile and new KConfig has been automaticly generated
> by simple bash script scripts/debug/make_config_optim.sh, which

> +ifdef CONFIG_HACK_OPTIM_FORCE_O1_LEVEL
> +KBUILD_CFLAGS += -O1
> +else

Just patch top level Makefile.

      parent reply	other threads:[~2011-07-30 14:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-23 10:49 [PATCH] Added hacking menu for override optimization by GCC Radosław Smogura
2011-07-23 17:23 ` Randy Dunlap
2011-07-24 11:17   ` [PATCH 1/2] " Radosław Smogura
2011-07-24 11:17   ` [PATCH 2/2] This patch gives ability for add some "-fno-..." options for GCC and to force -O1 optimization. Supporting files, like Kconfig, Makefile are auto-generated due to large amount of available options Radosław Smogura
2011-07-25  8:17     ` Michal Marek
2011-07-30 12:09       ` [PATCH] Allows Kernel developer to change optimization options making code more debug friendly Radosław Smogura
2011-07-30 12:33         ` Radosław Smogura
2011-07-30 14:58           ` Yann E. MORIN
2011-07-30 12:36         ` Radosław Smogura
2011-07-30 14:42         ` Alexey Dobriyan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110730144250.GA7243@p183.telecom.by \
    --to=adobriyan@gmail.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mail@smogura.eu \
    --cc=mmarek@suse.cz \
    --cc=rdunlap@xenotime.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox