You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user