mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00: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
|
config BR2_TARGET_OPTIMIZATION
|
||||||
string "Target Optimizations"
|
string "Target Optimizations"
|
||||||
default "-Os -pipe"
|
default "-pipe"
|
||||||
help
|
help
|
||||||
Optimizations to use when building for the target host.
|
Optimizations to use when building for the target host.
|
||||||
|
NOTE: gcc optimization level is defined in build options.
|
||||||
|
|
||||||
if BR2_TOOLCHAIN_BUILDROOT
|
if BR2_TOOLCHAIN_BUILDROOT
|
||||||
source "toolchain/elf2flt/Config.in"
|
source "toolchain/elf2flt/Config.in"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user