Update compiler options

This commit is contained in:
Trustin Lee 2011-12-09 12:27:00 +09:00
parent 555f988402
commit 745ae13f62

View File

@ -256,7 +256,8 @@
<target>1.5</target>
<debug>true</debug>
<optimize>true</optimize>
<showDeprecations>true</showDeprecations>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
</configuration>
</plugin>
<plugin>