1
0
Fork 0
godot/platform/linuxbsd
Rémi Verschelde 26db0bb15f SCons: Make `lto=auto` prefer ThinLTO over full LTO for LLVM targets
This speeds up build time considerably for these platforms compared to
using `lto=full`, which is sadly single-threaded with LLVM, unlike GCC.

Changes to default behavior of `lto=auto` (i.e. `production=yes`):
- Linux: Prefer ThinLTO for LLVM
- Web: Prefer ThinLTO
- Windows: Prefer ThinLTO for llvm-mingw

The following LLVM targets don't use LTO by default currently, which
needs to be assessed further (gains from LLVM LTO on performance need
to be weighed against the potential size increase from heavy inlining):
- Android
- iOS
- macOS
- Windows clang-cl
2025-01-09 13:03:58 +01:00
..
doc_classes Update official export templates architecture list in docs 2025-01-07 20:28:25 +07:00
export Force build editor with regex module, remove checking code. 2025-01-07 19:43:23 +08:00
wayland Wayland: Unsuspend only for the same reason as suspension 2025-01-08 13:53:01 +01:00
x11 [Window] Expose `start_drag` and `start_resize` methods (for both native and embedded windows). 2025-01-07 23:35:14 +02:00
README.md
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
crash_handler_linuxbsd.cpp Disable the crash handler if execinfo=no scons option is set 2024-02-18 21:42:05 +01:00
crash_handler_linuxbsd.h Set clang-format `RemoveSemicolon` rule to `true` 2024-10-25 13:49:43 -04:00
dbus-so_wrap.c
dbus-so_wrap.h
detect.py SCons: Make `lto=auto` prefer ThinLTO over full LTO for LLVM targets 2025-01-09 13:03:58 +01:00
fontconfig-so_wrap.c
fontconfig-so_wrap.h
freedesktop_portal_desktop.cpp Support MIME types in file dialog filters on macOS and Linux. 2025-01-04 22:05:35 +02:00
freedesktop_portal_desktop.h Support MIME types in file dialog filters on macOS and Linux. 2025-01-04 22:05:35 +02:00
freedesktop_screensaver.cpp
freedesktop_screensaver.h
godot_linuxbsd.cpp Refactor OS exit code to be `EXIT_SUCCESS` by default 2024-03-08 23:31:24 +01:00
joypad_linux.cpp Style: Apply new `clang-format` changes 2024-09-20 08:09:48 -05:00
joypad_linux.h Fix trackpads and graphics tablets being recognized as controllers on Linux/*BSD 2024-07-06 00:26:39 +02:00
libudev-so_wrap.c
libudev-so_wrap.h
os_linuxbsd.cpp Ignore case when parse /proc/cpuinfo 2024-12-06 00:19:58 +08:00
os_linuxbsd.h Wayland: suspend window after frame timeout or suspend state 2024-02-15 23:48:56 +01:00
platform_config.h
platform_gl.h
platform_linuxbsd_builders.py Fix linux builds with debug symbols when there is a space in the path. 2024-12-05 10:31:12 -05:00
speechd-so_wrap.c
speechd-so_wrap.h
tts_linux.cpp Get rid of easily removable uses of const_cast 2024-12-01 17:50:13 -08:00
tts_linux.h Get rid of easily removable uses of const_cast 2024-12-01 17:50:13 -08:00
xkbcommon-so_wrap.c
xkbcommon-so_wrap.h

README.md

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

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.