You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ok...@apache.org on 2017/12/20 21:11:29 UTC

[royale-website] branch develop updated: Add "-debug=true" argument to compiler command

This is an automated email from the ASF dual-hosted git repository.

okrueger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-website.git


The following commit(s) were added to refs/heads/develop by this push:
     new d7ee7e1  Add "-debug=true" argument to compiler command
d7ee7e1 is described below

commit d7ee7e12dd861d0dbab70179d2a3d473e0a9c2c3
Author: Olaf Krueger <ma...@olafkrueger.net>
AuthorDate: Wed Dec 20 22:11:27 2017 +0100

    Add "-debug=true" argument to compiler command
---
 try-it-now/server/server.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/try-it-now/server/server.js b/try-it-now/server/server.js
index a440923..c70b3ab 100644
--- a/try-it-now/server/server.js
+++ b/try-it-now/server/server.js
@@ -61,6 +61,7 @@ function buildCompilerCommand(sourcePath, targetFile) {
 
     // Concatenate compiler command
     var command = sdkPath + "/royale-asjs/js/bin/mxmlc.bat" +
+                    " -debug=true" +
                     " -source-path+=\"" + sourcePath + "\"" +
                     " -targets=JSRoyale" + 
                     " -locale=en_US" +

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].