Recator application build system: cleaner flags naming, set release flag to yes by default, include unit test and debug apps (#443)

This commit is contained in:
あく
2021-04-30 14:07:13 +03:00
committed by GitHub
parent 024ced4672
commit b90d72fadf
7 changed files with 315 additions and 320 deletions

View File

@@ -6,4 +6,4 @@ rm bootloader/.obj/f*/flash || true
make -C bootloader -j9 flash
rm firmware/.obj/f*/flash || true
make -C firmware -j9 APP_RELEASE=1 APP_DEBUG=1 flash
make -C firmware -j9 flash