mirror of
https://github.com/espressif/openthread.git
synced 2026-09-09 18:50:07 +00:00
Print size of resulting binaries. (#424)
This commit is contained in:
@@ -57,6 +57,8 @@ set -x
|
||||
[ $BUILD_TARGET != cc2538 ] || {
|
||||
export PATH=/tmp/gcc-arm-none-eabi-4_9-2015q3/bin:$PATH || die
|
||||
make -f examples/Makefile-cc2538 || die
|
||||
arm-none-eabi-size output/bin/arm-none-eabi-ot-cli || die
|
||||
arm-none-eabi-size output/bin/arm-none-eabi-ot-ncp || die
|
||||
}
|
||||
|
||||
[ $BUILD_TARGET != scan-build ] || {
|
||||
|
||||
Reference in New Issue
Block a user