builds godot
Diffstat (limited to '.github/2d-build-modules.py')
-rw-r--r--.github/2d-build-modules.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/2d-build-modules.py b/.github/2d-build-modules.py
index b0481e6..698b100 100644
--- a/.github/2d-build-modules.py
+++ b/.github/2d-build-modules.py
@@ -1,11 +1,9 @@
+debug_symbols = "no"
brotli = "yes" # compression and woff2
dbus = "no" # screensaver and portal
-debug_symbols = "no"
-deprecated = "no"
execinfo = "no"
fontconfig = "yes" # system fonts
graphite = "yes"
-lto = "auto"
minizip = "no" # zip support
module_astcenc_enabled = "no" # adaptive scalable data compression format
module_basis_universal_enabled = "yes"
@@ -48,18 +46,18 @@ module_text_server_adv_enabled = "yes" # the cooler text server
module_tga_enabled = "no" # more image formats
module_theora_enabled = "no" # ogg theora video format
module_tinyexr_enabled = "no" # image
+module_ktx_enabled = "no" # why are there so many random image formats
module_upnp_enabled = "no" # universal plug and play
module_vhacd_enabled = "no" # 3d surface stuff
module_vorbis_enabled = "yes" # vorbis audio
module_webp_enabled = "yes" # lossy compression format
module_webrtc_enabled = "no"
-module_websocket_enabled = "no"
+module_websocket_enabled = "yes" # websockets are useful, and editor needs for LSP
module_webxr_enabled = "no"
module_xatlas_unwrap_enabled = "no" # lightmapping stuff
module_zip_enabled = "no"
opengl3 = "yes"
optimize = "size"
-production = "yes"
pulseaudio = "yes" # linux audio
speechd = "no" # tts
touch = "yes" # touchscreen