v3.10 and Long Compile Times

Hi all. I was using cocos2d-x 3.4 before 3.10. But I’m waiting so long when I want to run project on mac with 3.10. I think, this problem has to do with not precompiled projects.

My questions.
1- How I create precompiled project with cocos console? I can always create not precompiled project now.

2- If I can’t do that, how can I run project more fast.

Target device: Mac osx
3.4 Compile Time: 10-15 seconds
3.10 Compile Time: 2-3 minutes

Thanks.

Take a look here: http://cocos2d-x.org/docs/editors_and_tools/cocosCLTool/index.html#creating-pre-built-libraries-to-use-instead-of-source-code

Thanks. I fixed this problem. I added “-t binary” tag when I create a new project with cocos console. I think, this tip has to be added to framework helper documents. Because the default project template isn’t prebuilt template after 3.9 version.