Update compiler options

This commit is contained in:
Trustin Lee 2011-12-09 12:26:45 +09:00
parent 6d307734f1
commit 84902a6e7a
1 changed files with 2 additions and 1 deletions

View File

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