cocos2d / cocos2d-js__old__

cocos2d in JavaScript central repository
14 stars 9 forks source link

cocos2d c++ JS Bindings takes too much time and memory to compile #73

Open ricardoquesada opened 11 years ago

ricardoquesada commented 11 years ago

cocos2d-x JS Bindings takes too much to compile. Additionally, it is not possible to build it on machines with 4GB of RAM or less because it will crash due to lack of memory.

The auto-generated files should be split in different files, or make them in a way to use less memory... it is using too many templates perhaps ?