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 <[email protected]> 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 <[email protected]> > Sent: Monday, December 13, 2021 2:07:09 PM > To: [email protected] <[email protected]> > 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) > > >
