From 218abed70648d78717e7f6f28d218a45d4d7f094 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 15 Nov 2022 18:27:01 +0100 Subject: [PATCH] Disabled more modules in the slim build. --- module_config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module_config.py b/module_config.py index f15657b..9283ade 100644 --- a/module_config.py +++ b/module_config.py @@ -43,7 +43,7 @@ slim_args += 'module_database_enabled=no ' slim_args += 'module_database_sqlite_enabled=no ' slim_args += 'module_dds_enabled=no ' slim_args += 'module_enet_enabled=no ' -#slim_args += 'module_entity_spell_system_enabled=no ' +slim_args += 'module_entity_spell_system_enabled=no ' slim_args += 'module_fastnoise_enabled=no ' #slim_args += 'module_freetype_enabled=no ' #slim_args += 'module_gdscript_enabled=no ' @@ -73,11 +73,11 @@ slim_args += 'module_stb_vorbis_enabled=no ' #slim_args += 'module_svg_enabled=no ' slim_args += 'module_terraman_enabled=no ' slim_args += 'module_terraman_2d_enabled=no ' -#slim_args += 'module_texture_packer_enabled=no ' +slim_args += 'module_texture_packer_enabled=no ' slim_args += 'module_tga_enabled=no ' slim_args += 'module_theora_enabled=no ' slim_args += 'module_tile_map_enabled=no ' -#slim_args += 'module_ui_extensions_enabled=no ' +slim_args += 'module_ui_extensions_enabled=no ' slim_args += 'module_upnp_enabled=no ' slim_args += 'module_users_enabled=no ' slim_args += 'module_vhacd_enabled=no ' @@ -86,7 +86,7 @@ slim_args += 'module_voxelman_enabled=no ' slim_args += 'module_web_enabled=no ' slim_args += 'module_websocket_enabled=no ' slim_args += 'module_wfc_enabled=no ' -#slim_args += 'module_etc_enabled=no ' +slim_args += 'module_etc_enabled=no ' slim_args += 'module_gltf_enabled=no ' #slim_args += 'module_plugin_refresher_enabled=no ' #slim_args += 'module_text_editor_enabled=no '