Cool. I added this page. https://apache.github.io/royale-docs/compiler/compiler-arguments <https://apache.github.io/royale-docs/compiler/compiler-arguments>. I only wrote comments on a few of the arguments. There’s also a lot of repetition from https://apache.github.io/royale-docs/compiler/compiler-options
> On Dec 14, 2021, at 7:08 PM, Josh Tynjala <joshtynj...@bowlerhat.dev> wrote: > > I believe that the compiler uses reflection to find and populate this list > of options, so it should be all of them. > > -- > Josh Tynjala > Bowler Hat LLC <https://bowlerhat.dev> > > > On Tue, Dec 14, 2021 at 6:40 AM Yishay Weiss <yishayj...@hotmail.com> wrote: > >> C:\dev\full_royale_sdk\royale-asjs\js\bin>.\mxmlc -help list >> >> Should list basic options >> >> And >> >> C:\dev\full_royale_sdk\royale-asjs\js\bin>.\mxmlc -help advanced >> >> Should list all options >> >> I don’t however know if this list is complete and fully implemented. >> >> >> ________________________________ >> From: Harbs <harbs.li...@gmail.com> >> Sent: Monday, December 13, 2021 2:07:09 PM >> To: dev@royale.apache.org <dev@royale.apache.org> >> Subject: Compiler arguments >> >> I’ve been working a bit on docs and the list of compiler options on this >> page seems incomplete: >> https://apache.github.io/royale-docs/compiler/compiler-options < >> https://apache.github.io/royale-docs/compiler/compiler-options> >> >> I noticed because things like library-path, external-library-path etc. are >> missing. Do we have a complete list of arguments anywhere for mxmlx, compc >> and externc? (other than trying to browse the source code) >> >> >>