db26871210
This is meant for users making custom builds to match the options used on optimized, official builds. This enables, on the platforms which support them: - `use_static_cpp=yes` (portable binaries for Linux and Windows) - `use_lto=yes` (link time optimizations - note: requires a lot of RAM!) - `debug_symbols=no` (no debug symbols, smaller binaries) Also abort when using MSVC with `production=yes`, as: - It cannot optimize the GDScript VM like GCC or Clang do, leading to significant performance drops. - Its LTO support is unreliable, at least used to trigger crashes last we tried it extensively. All options can still be overridden if specified, and the `dev=yes` option was changed to also support overrides. |
||
---|---|---|
.. | ||
export | ||
context_gl_windows.cpp | ||
context_gl_windows.h | ||
crash_handler_windows.cpp | ||
crash_handler_windows.h | ||
detect.py | ||
display_server_windows.cpp | ||
display_server_windows.h | ||
godot_res.rc | ||
godot_windows.cpp | ||
godot.ico | ||
godot.natvis | ||
joypad_windows.cpp | ||
joypad_windows.h | ||
key_mapping_windows.cpp | ||
key_mapping_windows.h | ||
lang_table.h | ||
logo.png | ||
os_windows.cpp | ||
os_windows.h | ||
platform_config.h | ||
platform_windows_builders.py | ||
SCsub | ||
vulkan_context_win.cpp | ||
vulkan_context_win.h | ||
windows_terminal_logger.cpp | ||
windows_terminal_logger.h |