Skip to content

Commit 2c972b6

Browse files
authored
All forced option overrides are commented out by default
1 parent 6ed1187 commit 2c972b6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

templates/common/cmake/modules/AXGameEngineOptions.cmake

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# {build_dir}/CMakeCache.txt file and then re-run the `axmol build ...` command in
44
# order for the new setting to take effect. Alternatively, you can also delete the
55
# entire build folder and then re-run the `axmol build` command.
6-
set(AX_EXT_HINT ON CACHE BOOL "The default extensions hint" FORCE)
6+
#set(AX_EXT_HINT ON CACHE BOOL "The default extensions hint" FORCE)
77

88
# The following are by default set the same as the AX_EXT_HINT flag above - default: ON
99
# Uncomment the lines below to set them individually
@@ -18,14 +18,14 @@ set(AX_EXT_HINT ON CACHE BOOL "The default extensions hint" FORCE)
1818
#set(AX_ENABLE_EXT_JSONDEFAULT OFF CACHE BOOL "Build extension JSONDefault" FORCE)
1919

2020
# 3D Support - - default: ON
21-
set(AX_ENABLE_3D ON CACHE BOOL "Build 3D support" FORCE)
21+
#set(AX_ENABLE_3D ON CACHE BOOL "Build 3D support" FORCE)
2222
# These depend on AX_EXT_HINT & AX_ENABLE_3D
2323
#set(AX_ENABLE_EXT_PARTICLE3D ON CACHE BOOL "Build extension Particle3D" FORCE)
2424
#set(AX_ENABLE_3D_PHYSICS ON CACHE BOOL "Build Physics3D support" FORCE)
2525
#set(AX_ENABLE_NAVMESH ON CACHE BOOL "Build NavMesh support" FORCE)
2626

2727
# Physics Support - - default: ON
28-
set(AX_ENABLE_PHYSICS ON CACHE BOOL "Build Physics support" FORCE)
28+
#set(AX_ENABLE_PHYSICS ON CACHE BOOL "Build Physics support" FORCE)
2929
# These depend on AX_EXT_HINT & AX_ENABLE_PHYSICS
3030
#set(AX_ENABLE_EXT_PHYSICS_NODE ON CACHE BOOL "Build extension physics-nodes" FORCE)
3131

@@ -38,10 +38,10 @@ set(AX_ENABLE_PHYSICS ON CACHE BOOL "Build Physics support" FORCE)
3838
#set(AX_ENABLE_EXT_EFFEKSEER OFF CACHE BOOL "Build extension Effekseer" FORCE)
3939

4040
# Code modules that can be disabled - default: ON
41-
set(AX_ENABLE_AUDIO ON CACHE BOOL "Build audio support" FORCE)
42-
set(AX_ENABLE_WEBSOCKET ON CACHE BOOL "Build Websocket client based on yasio" FORCE)
43-
set(AX_ENABLE_HTTP ON CACHE BOOL "Build HTTP client based on yasio" FORCE)
44-
set(AX_ENABLE_OPUS ON CACHE BOOL "Build with opus support" FORCE)
41+
#set(AX_ENABLE_AUDIO ON CACHE BOOL "Build audio support" FORCE)
42+
#set(AX_ENABLE_WEBSOCKET ON CACHE BOOL "Build Websocket client based on yasio" FORCE)
43+
#set(AX_ENABLE_HTTP ON CACHE BOOL "Build HTTP client based on yasio" FORCE)
44+
#set(AX_ENABLE_OPUS ON CACHE BOOL "Build with opus support" FORCE)
4545

4646
# WEBVIEW2 - default: ON for WIN32 and WINRT
4747
#set(AX_ENABLE_MSEDGE_WEBVIEW2 ON CACHE BOOL "Disable msedge webview2")

0 commit comments

Comments
 (0)