builds godot
Diffstat (limited to '.github/2d-build-modules.py')
| -rw-r--r-- | .github/2d-build-modules.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/2d-build-modules.py b/.github/2d-build-modules.py index 0dbfd2e..1dc359e 100644 --- a/.github/2d-build-modules.py +++ b/.github/2d-build-modules.py @@ -5,7 +5,7 @@ deprecated = "no" execinfo = "no" fontconfig = "yes" # system fonts graphite = "yes" -lto = "all" +lto = "auto" minizip = "no" # zip support module_astcenc_enabled = "no" # adaptive scalable data compression format module_basis_universal_enabled = "yes" @@ -42,7 +42,7 @@ module_ogg_enabled = "yes" module_raycast_enabled = "no" # lightmap raytracing module_regex_enabled = "yes" module_squish_enabled = "yes" # S3TC lossy compression format -module_svg_enabled = "no" # the svg support is bad, just prerender +module_svg_enabled = "yes" # svg is necessary for editor module_text_server_fb_enabled = "no" # the text server module_text_server_adv_enabled = "yes" # the cooler text server module_tga_enabled = "no" # more image formats |