diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-10 22:14:39 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-11 05:59:59 +0200 |
commit | 7a0263525fe723c2f4bb2d4e78eaf785137ebbdd (patch) | |
tree | 734536e076dbfc1e140820e7d10ec711c2c8186f /Config.in | |
parent | e7b72e11dc2fb7d15440dca32cff59869dc1c2c3 (diff) |
Remove BR2_PREFER_IMA
This option is barely used, no-one is maintaining it or extending
it. So let's remove it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -136,17 +136,6 @@ config BR2_JLEVEL help Number of jobs to run simultaneously -config BR2_PREFER_IMA - bool "prefer IMA compiles" - help - Where possible, compile package with Inter Module Analysis. - This potentially uses alot of system resources on your compile - host with the benefit of creating smaller binaries for the target. - - If unsure, say No. - - WARNING: This is highly experimental at the moment. - config BR2_DEPRECATED bool "Show packages that are deprecated or obsolete" help |