From a37c7cc9d5dc271faca0fc62d0c11e86f7297aff Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Mon, 16 May 2022 18:29:58 +0200 Subject: [PATCH] Do NOT enable marshal methods by default --- src/monodroid/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monodroid/CMakeLists.txt b/src/monodroid/CMakeLists.txt index f809fda8044..18707bb0cad 100644 --- a/src/monodroid/CMakeLists.txt +++ b/src/monodroid/CMakeLists.txt @@ -50,7 +50,7 @@ option(STRIP_DEBUG "Strip debugging information when linking" ${STRIP_DEBUG_DEFA option(DISABLE_DEBUG "Disable the built-in debugging code" OFF) option(USE_CCACHE "Use ccache, if found, to speed up recompilation" ${CCACHE_OPTION_DEFAULT}) -set(ENABLE_MARSHAL_METHODS True) +set(ENABLE_MARSHAL_METHODS False) if((MINGW OR NOT WIN32) AND USE_CCACHE) if(CMAKE_CXX_COMPILER MATCHES "/ccache/")