Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 5 months ago.
How to run greentea on release package
hi, can anyone help me, how to build release package in mbed.
1. $ mbed compile -m XXX -t ARM -DNDEBUG 2. $ mbed compile -m XXX -t ARM - -profile ./tools/profiles/release.json
which one is better?
How to use this options in green-tea test compilation.
Greentea test is not accepting -DNDEBUG as input.
$ mbed test -m XXXXX -t ARM -DNDEBUG.
Please help me.