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:01:17 UTC

[royale-website] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/royale-website.git


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

commit bb4b9d128cd5b647cb21cd5d7f1660532926bb6b
Author: Olaf Krueger <ma...@olafkrueger.net>
AuthorDate: Wed Dec 20 22:01:15 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..c6e4b33 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>'].