From 94f20e510b2fef68db41a0f17f866b64aaa93640 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 15 Jul 2015 19:30:58 -0400 Subject: [PATCH] Enable asserts in Moonlight-Common-C when building in debug mode --- CMakeLists.txt | 2 +- third_party/moonlight-common-c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 10d213c..75b7d3d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() diff --git a/third_party/moonlight-common-c b/third_party/moonlight-common-c index 1cd1753..109e3ca 160000 --- a/third_party/moonlight-common-c +++ b/third_party/moonlight-common-c @@ -1 +1 @@ -Subproject commit 1cd17536dbc8163f48833940faf76cd76d8ecd38 +Subproject commit 109e3ca537e6640e9bfb6f1a234c4c961ead10fe