63 lines
1.9 KiB
Python
63 lines
1.9 KiB
Python
# Ham'n'Cheese
|
|
# Copyright (C) 2023-2024 Scott Duensing <scott@kangaroopunch.com>
|
|
#
|
|
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU General Public License
|
|
# as published by the Free Software Foundation; either version 3
|
|
# of the License, or (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program; if not, see <http://www.gnu.org/licenses/>
|
|
|
|
|
|
# Generated using https://godot-build-options-generator.github.io
|
|
|
|
#production = "yes"
|
|
use_static_cpp="yes"
|
|
debug_symbols="yes"
|
|
lto="none"
|
|
optimize = "size"
|
|
|
|
"""
|
|
#disable_3d = "yes"
|
|
deprecated = "no"
|
|
module_basis_universal_enabled = "no"
|
|
module_bmp_enabled = "no"
|
|
module_bullet_enabled = "no"
|
|
module_camera_enabled = "no"
|
|
module_csg_enabled = "no"
|
|
module_dds_enabled = "no"
|
|
module_enet_enabled = "yes"
|
|
module_gltf_enabled = "no"
|
|
module_gridmap_enabled = "no"
|
|
module_hdr_enabled = "no"
|
|
module_meshoptimizer_enabled = "no"
|
|
module_minimp3_enabled = "no"
|
|
module_mobile_vr_enabled = "no"
|
|
module_msdfgen_enabled = "no"
|
|
module_navigation_enabled = "no"
|
|
module_multiplayer_enabled = "no"
|
|
module_noise_enabled = "no"
|
|
module_ogg_enabled = "no"
|
|
module_opensimplex_enabled = "no"
|
|
module_openxr_enabled = "no"
|
|
module_opus_enabled = "no"
|
|
module_pvr_enabled = "no"
|
|
module_squish_enabled = "no"
|
|
module_stb_vorbis_enabled = "no"
|
|
#module_svg_enabled = "no"
|
|
module_tga_enabled = "no"
|
|
module_theora_enabled = "no"
|
|
module_vhacd_enabled = "no"
|
|
module_visual_script_enabled = "no"
|
|
module_vorbis_enabled = "no"
|
|
module_websocket_enabled = "no"
|
|
module_webxr_enabled = "no"
|
|
"""
|
|
|
|
custom_modules = "../modules"
|