how to skip compiling libraries like physics, 3d, fairygui which I don't use in my game #2809
-
|
same as the title so that I can reduce package size and shorten compile time. Thanks. |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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: