mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-03 02:13:29 +08:00
Fix potentially conflicting build flags
Change the default target optimisation value so it does not conflict with gcc optimization level Signed-off-by: Paul Jones <paul@pauljones.id.au> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
5db7204c80
commit
36391de0db
@ -159,9 +159,10 @@ config BR2_INSTALL_LIBSTDCPP
|
||||
|
||||
config BR2_TARGET_OPTIMIZATION
|
||||
string "Target Optimizations"
|
||||
default "-Os -pipe"
|
||||
default "-pipe"
|
||||
help
|
||||
Optimizations to use when building for the target host.
|
||||
NOTE: gcc optimization level is defined in build options.
|
||||
|
||||
if BR2_TOOLCHAIN_BUILDROOT
|
||||
source "toolchain/elf2flt/Config.in"
|
||||
|
Loading…
Reference in New Issue
Block a user