summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorLothar Felten <lothar.felten@gmail.com>2017-10-20 13:19:17 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-10-21 10:12:06 +0200
commit4e09fd8bdef6ddea1097f91df07515abde389cd0 (patch)
treecd4744201260ee32c0f529e2ad964affaaac0ec2 /Config.in
parentdadc24c0ac8b34ffff9d0840e9c4e40278db1e5a (diff)
Config.in: fix help comment for gcc optimization
The default for is set to BR2_OPTIMIZE_S, the help comment designated BR2_OPTIMIZE_0 as default. Changed the help comment to show that BR2_OPTIMIZE_S is the default. Signed-off-by: Lothar Felten <lothar.felten@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 814dc025b9..9bdb0b857a 100644
--- a/Config.in
+++ b/Config.in
@@ -458,7 +458,7 @@ choice
config BR2_OPTIMIZE_0
bool "optimization level 0"
help
- Do not optimize. This is the default.
+ Do not optimize.
config BR2_OPTIMIZE_1
bool "optimization level 1"
@@ -525,6 +525,7 @@ config BR2_OPTIMIZE_S
-falign-loops -falign-labels -freorder-blocks
-freorder-blocks-and-partition -fprefetch-loop-arrays
-ftree-vect-loop-version
+ This is the default.
endchoice