mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
poky-tiny: Update FULL_OPTIMIZATION to match core changes
DEBUG_FLAGS is no longer needed here (and changed to DEBUG_LEVELFLAG so would break). (From meta-yocto rev: 74f68f1a91ebfa630909216ac5c25971e7b3841c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
c862902172
commit
ae4ec59b3e
|
@ -36,7 +36,7 @@ DISTRO_NAME = "Poky Tiny"
|
|||
DISTROOVERRIDES = "poky:poky-tiny"
|
||||
TCLIBC = "musl"
|
||||
|
||||
FULL_OPTIMIZATION="-Os -pipe ${DEBUG_FLAGS}"
|
||||
FULL_OPTIMIZATION = "-Os"
|
||||
|
||||
# FIXME: consider adding a new "tiny" feature
|
||||
#DISTRO_FEATURES_append = " tiny"
|
||||
|
|
Loading…
Reference in New Issue
Block a user