Skip to content

Commit

Permalink
Do NOT enable marshal methods by default
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed May 16, 2022
1 parent 890fc04 commit a37c7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monodroid/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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/")
Expand Down

0 comments on commit a37c7cc

Please sign in to comment.