The original line reads:
<compilation debug="true" strict="false">
and we changed it to
<compilation debug="true" strict="false" optimizeCompilations="true">
So we added one switch (during the development cycle).
But to get this working, you might need to install something like:
No comments:
Post a Comment