mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-03 08:15:34 +00:00
Enable asserts in Moonlight-Common-C when building in debug mode
This commit is contained in:
parent
899fc0648e
commit
94f20e510b
@ -34,7 +34,7 @@ endif()
|
|||||||
|
|
||||||
if(CMAKE_BUILD_TYPE MATCHES Debug)
|
if(CMAKE_BUILD_TYPE MATCHES Debug)
|
||||||
list(APPEND SRC_LIST ./src/video/fake.c)
|
list(APPEND SRC_LIST ./src/video/fake.c)
|
||||||
list(APPEND MOONLIGHT_DEFINITIONS HAVE_FAKE)
|
list(APPEND MOONLIGHT_DEFINITIONS HAVE_FAKE LC_DEBUG)
|
||||||
elseif(NOT BROADCOM_FOUND AND NOT FREESCALE_FOUND)
|
elseif(NOT BROADCOM_FOUND AND NOT FREESCALE_FOUND)
|
||||||
message(FATAL_ERROR "No video output available")
|
message(FATAL_ERROR "No video output available")
|
||||||
endif()
|
endif()
|
||||||
|
2
third_party/moonlight-common-c
vendored
2
third_party/moonlight-common-c
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 1cd17536dbc8163f48833940faf76cd76d8ecd38
|
Subproject commit 109e3ca537e6640e9bfb6f1a234c4c961ead10fe
|
Loading…
x
Reference in New Issue
Block a user