20 lines
440 B
Python
20 lines
440 B
Python
|
|
target = "template_release"
|
||
|
|
debug_symbols = "no"
|
||
|
|
optimize = "size_extra"
|
||
|
|
lto = "full"
|
||
|
|
deprecated = "no"
|
||
|
|
vulkan = "no"
|
||
|
|
use_volk = "no"
|
||
|
|
openxr = "no"
|
||
|
|
minizip = "no"
|
||
|
|
graphite = "no"
|
||
|
|
modules_enabled_by_default = "no"
|
||
|
|
module_gdscript_enabled = "yes"
|
||
|
|
module_text_server_fb_enabled = "yes"
|
||
|
|
module_freetype_enabled = "yes"
|
||
|
|
module_svg_enabled = "yes"
|
||
|
|
disable_3d = "yes"
|
||
|
|
disable_navigation_2d = "yes"
|
||
|
|
disable_navigation_3d = "yes"
|
||
|
|
disable_xr = "yes"
|