Skip to content

Commit 894be83

Browse files
committed
Do NOT enable marshal methods by default
1 parent 7c2e0bc commit 894be83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/monodroid/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ option(STRIP_DEBUG "Strip debugging information when linking" ${STRIP_DEBUG_DEFA
5050
option(DISABLE_DEBUG "Disable the built-in debugging code" OFF)
5151
option(USE_CCACHE "Use ccache, if found, to speed up recompilation" ${CCACHE_OPTION_DEFAULT})
5252

53-
set(ENABLE_MARSHAL_METHODS True)
53+
set(ENABLE_MARSHAL_METHODS False)
5454

5555
if((MINGW OR NOT WIN32) AND USE_CCACHE)
5656
if(CMAKE_CXX_COMPILER MATCHES "/ccache/")

0 commit comments

Comments
 (0)