mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
QuRT follow CMAKE_BUILD_TYPE
This commit is contained in:
@@ -157,8 +157,6 @@ include(common/sanitizers)
|
|||||||
if (NOT CMAKE_BUILD_TYPE)
|
if (NOT CMAKE_BUILD_TYPE)
|
||||||
if (${OS} STREQUAL "nuttx")
|
if (${OS} STREQUAL "nuttx")
|
||||||
set(PX4_BUILD_TYPE "MinSizeRel")
|
set(PX4_BUILD_TYPE "MinSizeRel")
|
||||||
elseif (${OS} STREQUAL "qurt")
|
|
||||||
set(PX4_BUILD_TYPE "Debug")
|
|
||||||
elseif (${OS} STREQUAL "bebop")
|
elseif (${OS} STREQUAL "bebop")
|
||||||
set(PX4_BUILD_TYPE "MinSizeRel")
|
set(PX4_BUILD_TYPE "MinSizeRel")
|
||||||
else()
|
else()
|
||||||
|
|||||||
Reference in New Issue
Block a user