~aleteoryx/muditaos

13d6915dc55e1b45f5e0c2918630c381c7c65e25 — Piotr Tański 4 years ago 58b8297
[EGD-7362] Development features flag restored

Flag removed during merge 0.76.1 into master.
1 files changed, 5 insertions(+), 0 deletions(-)

M cmake/modules/ProjectConfig.cmake
M cmake/modules/ProjectConfig.cmake => cmake/modules/ProjectConfig.cmake +5 -0
@@ 39,6 39,11 @@ else()
    set (LOG_LUART_ENABLED 0 CACHE INTERNAL "")
endif()

# add Development Configuration option
option(WITH_DEVELOPMENT_FEATURES "Include development features" OFF)
set(DEVELOPER_SETTINGS_OPTIONS_DEFAULT ${WITH_DEVELOPMENT_FEATURES} CACHE INTERNAL "")
set(ENABLE_DEVELOPER_MODE_ENDPOINT_DEFAULT ${WITH_DEVELOPMENT_FEATURES} CACHE INTERNAL "")

# add Mudita USB Vendor/Product IDs
option(MUDITA_USB_ID "Enables using Mudita registered USB Vendor ID and Pure Phone USB Product ID" ON)