We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2e0bc commit 894be83Copy full SHA for 894be83
src/monodroid/CMakeLists.txt
@@ -50,7 +50,7 @@ option(STRIP_DEBUG "Strip debugging information when linking" ${STRIP_DEBUG_DEFA
50
option(DISABLE_DEBUG "Disable the built-in debugging code" OFF)
51
option(USE_CCACHE "Use ccache, if found, to speed up recompilation" ${CCACHE_OPTION_DEFAULT})
52
53
-set(ENABLE_MARSHAL_METHODS True)
+set(ENABLE_MARSHAL_METHODS False)
54
55
if((MINGW OR NOT WIN32) AND USE_CCACHE)
56
if(CMAKE_CXX_COMPILER MATCHES "/ccache/")
0 commit comments