diff options
-rw-r--r-- | toolchain/toolchain-common.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/toolchain-common.in b/toolchain/toolchain-common.in index b2468341ff..2ee2019ac1 100644 --- a/toolchain/toolchain-common.in +++ b/toolchain/toolchain-common.in @@ -122,7 +122,7 @@ config BR2_USE_MMU config BR2_TARGET_OPTIMIZATION string "Target Optimizations" - default "-pipe" + default "" help Optimizations to use when building for the target host. NOTE: gcc optimization level is defined in build options. |