Skip to content
Discussion options

You must be logged in to vote

If you're on Axmol v2.6.1 or higher, then look at the file named {your_project_dir}/cmake/modules/AXGameEngineOptions.cmake, and update the items you see in there, such as this example which disables most extensions:

# NOTE: Changing the value of AX_EXT_HINT after cmake build files have been created
# will not update all other options that are using AX_EXT_HINT.  You must delete the
# {build_dir}/CMakeCache.txt file and then re-run the `axmol build ...` command in
# order for the new setting to take effect. Alternatively, you can also delete the
# entire build folder and then re-run the `axmol build` command.
set(AX_EXT_HINT OFF CACHE BOOL "The default extensions hint" FORCE)

# The follo…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by halx99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants