Adds support for LTO on macOS and Android. We don't have much experience with LTO on these platforms so for now we keep it disabled by default even when `production=yes` is set. Similarly for iOS where we ship object files for the user to link in Xcode so LTO makes builds extremely slow to link. `production=yes` defaults to full LTO. ThinLTO is much faster for LLVM-based compilers but seems to produce bigger binaries (at least for the Web platform). |
||
|---|---|---|
| .. | ||
| export | ||
| crash_handler_linuxbsd.cpp | ||
| crash_handler_linuxbsd.h | ||
| dbus-so_wrap.c | ||
| dbus-so_wrap.h | ||
| detect.py | ||
| detect_prime_x11.cpp | ||
| detect_prime_x11.h | ||
| display_server_x11.cpp | ||
| display_server_x11.h | ||
| fontconfig-so_wrap.c | ||
| fontconfig-so_wrap.h | ||
| freedesktop_portal_desktop.cpp | ||
| freedesktop_portal_desktop.h | ||
| freedesktop_screensaver.cpp | ||
| freedesktop_screensaver.h | ||
| gl_manager_x11.cpp | ||
| gl_manager_x11.h | ||
| godot_linuxbsd.cpp | ||
| joypad_linux.cpp | ||
| joypad_linux.h | ||
| key_mapping_x11.cpp | ||
| key_mapping_x11.h | ||
| libudev-so_wrap.c | ||
| libudev-so_wrap.h | ||
| logo.png | ||
| os_linuxbsd.cpp | ||
| os_linuxbsd.h | ||
| pck_embed.ld | ||
| pck_embed.legacy.ld | ||
| platform_config.h | ||
| platform_linuxbsd_builders.py | ||
| README.md | ||
| SCsub | ||
| speechd-so_wrap.c | ||
| speechd-so_wrap.h | ||
| tts_linux.cpp | ||
| tts_linux.h | ||
| vulkan_context_x11.cpp | ||
| vulkan_context_x11.h | ||
Linux/*BSD platform port
This folder contains the C++ code for the Linux/*BSD platform port.
See also misc/dist/linux folder for additional files
used by this platform.
Documentation
- Compiling for Linux/*BSD
- Instructions on building this platform port from source.
- Exporting for Linux/*BSD
- Instructions on using the compiled export templates to export a project.
Artwork license
logo.png is derived from the Linux logo:
Permission to use and/or modify this image is granted provided you acknowledge me lewing@isc.tamu.edu and The GIMP if someone asks.