- Tried to speed up the testsuite by running debug only builds

Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/6b7afecf
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/6b7afecf
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/6b7afecf

Branch: refs/heads/refactor-sprite
Commit: 6b7afecfd877f1176c1b4ba39f863dc208fcf453
Parents: 17c5971
Author: Christofer Dutz <christofer.d...@codecentric.de>
Authored: Sat Oct 8 09:18:20 2016 +0200
Committer: Christofer Dutz <christofer.d...@codecentric.de>
Committed: Sat Oct 8 09:18:20 2016 +0200

----------------------------------------------------------------------
 testsuite/src/it/compiler-options/custom-html-template/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6b7afecf/testsuite/src/it/compiler-options/custom-html-template/pom.xml
----------------------------------------------------------------------
diff --git a/testsuite/src/it/compiler-options/custom-html-template/pom.xml 
b/testsuite/src/it/compiler-options/custom-html-template/pom.xml
index eeb1d43..298904e 100644
--- a/testsuite/src/it/compiler-options/custom-html-template/pom.xml
+++ b/testsuite/src/it/compiler-options/custom-html-template/pom.xml
@@ -41,6 +41,7 @@
         <version>@flexjs.compiler.version@</version>
         <extensions>true</extensions>
         <configuration>
+          <debug>true</debug>
           <mainClass>HelloWorld.mxml</mainClass>
           <outputJavaScript>true</outputJavaScript>
           
<htmlTemplate>${basedir}/src/main/template/custom-js-index-template.html</htmlTemplate>

Reply via email to