Removed javascript optimizations due to a TeaVM compilation bug

This commit is contained in:
Andrea Cavalli 2019-11-16 02:02:25 +01:00
parent 4c29eeb31c
commit 0671f0d6b5
1 changed files with 1 additions and 3 deletions

View File

@ -90,13 +90,11 @@
<phase>install</phase>
<configuration>
<mainClass>it.cavallium.warppi.teavm.TeaVMBoot</mainClass>
<mainPageIncluded>true</mainPageIncluded>
<debugInformationGenerated>false</debugInformationGenerated>
<sourceMapsGenerated>true</sourceMapsGenerated>
<sourceFilesCopied>true</sourceFilesCopied>
<optimizationLevel>FULL</optimizationLevel>
<optimizationLevel>SIMPLE</optimizationLevel>
<minifying>true</minifying>
<runtime>SEPARATE</runtime>
</configuration>
</execution>
</executions>