how to skip compiling libraries like physics, 3d, fairygui which I don't use in my game #2809
Answered
by
rh101
meehjeevan
asked this question in
Q&A
|
same as the title so that I can reduce package size and shorten compile time. Thanks. |
Answered by
rh101
Oct 8, 2025
Replies: 1 comment
|
If you're on Axmol v2.6.1 or higher, then look at the file named If you're using a version below 2.6.1, or haven't yet updated your project to the 2.6.1 template changes, then add the above to your Also, if your project folder already contains a build, then delete the |
0 replies
Answer selected by
halx99
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: