Mono: Always define options in main.cpp to keep them in docs

Otherwise generating docs with non-Mono builds removes them,
which is not so convenient for the documentation work.
This commit is contained in:
Rémi Verschelde 2020-06-18 12:05:44 +02:00
parent 4e0f31a67c
commit 2b6bbf8dce
2 changed files with 4 additions and 0 deletions

View file

@ -1633,6 +1633,8 @@ bool Main::start() {
GLOBAL_DEF("mono/profiler/args", "log:calls,alloc,sample,output=output.mlpd");
GLOBAL_DEF("mono/profiler/enabled", false);
GLOBAL_DEF("mono/unhandled_exception_policy", 0);
// From editor/csharp_project.cpp.
GLOBAL_DEF("mono/project/auto_update_project", true);
#endif
DocData doc;