Enable asserts in Moonlight-Common-C when building in debug mode

This commit is contained in:
Cameron Gutman 2015-07-15 19:30:58 -04:00
parent 899fc0648e
commit 94f20e510b
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ endif()
if(CMAKE_BUILD_TYPE MATCHES Debug)
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)
message(FATAL_ERROR "No video output available")
endif()

@ -1 +1 @@
Subproject commit 1cd17536dbc8163f48833940faf76cd76d8ecd38
Subproject commit 109e3ca537e6640e9bfb6f1a234c4c961ead10fe