开发者

Optimized build is giving error

Don't know what did I do wrong but "Optimized build开发者_如何学编程" of my Qooxdoo (1.0.1) application stopped working. Still source build and non-optimized build are working without any trouble. An idea how to find the bug?


try to check which optimization causes the problem. Most likely, you are using a private method which starts with __ (two underscores). These variable names will be renamed during the optimization.

Regards, Martin

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜