platforms: px4 log build string then print (fputs)

This commit is contained in:
Daniel Agar
2021-01-08 17:28:08 -05:00
committed by Lorenz Meier
parent 0c58d12216
commit 9e112dd48b
5 changed files with 139 additions and 69 deletions

View File

@@ -6,6 +6,16 @@ CONFIG:
buildType: RelWithDebInfo
settings:
CONFIG: px4_sitl_default
px4_sitl_asan:
short: px4_sitl (AddressSanitizer)
buildType: AddressSanitizer
settings:
CONFIG: px4_sitl_default
px4_sitl_ubsan:
short: px4_sitl (UndefinedBehaviorSanitizer)
buildType: UndefinedBehaviorSanitizer
settings:
CONFIG: px4_sitl_default
px4_sitl_replay:
short: px4_sitl_replay
buildType: RelWithDebInfo