0

I'm using Apache Royale mxmljsc compiler to convert AS to JS and there is more information than I want to see in the output. I'm only interested in if it's successful or there are errors.

Is there a compiler argument I can set to reduce the output?

1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231

1 Answers1

1

Version 0.9.6 has the following:

  • Added -verbose compiler option to reduce console output by default.

It's now off by default.

Harbs
  • 106
  • 5