Commit 36391de0 authored by Paul Jones's avatar Paul Jones Committed by Peter Korsgaard
Browse files

Fix potentially conflicting build flags



Change the default target optimisation value so
it does not conflict with gcc optimization level

Signed-off-by: default avatarPaul Jones <paul@pauljones.id.au>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 5db7204c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"