This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/royale-docs.git
commit 5f2e964fd0820fd1e5325943e4ff393a0e97a2ad Author: Josh Tynjala <[email protected]> AuthorDate: Tue Sep 27 13:52:54 2022 -0700 compiler: minor tweaks to intro --- compiler/compiler-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/compiler-options.md b/compiler/compiler-options.md index ec88174..2aa4d0e 100644 --- a/compiler/compiler-options.md +++ b/compiler/compiler-options.md @@ -24,7 +24,7 @@ permalink: /compiler/compiler-options List of all available compiler options -This list may be generated by running `mxmlc -help advanced` in a terminal. +The [**mxmlc** and **compc** compilers](compiler/) have a number of useful configuration options. The list below is also available by running `mxmlc -help advanced` in a terminal. - `-allow-dynamic-bindings` -- Controls whether data binding may use reflection for dynamic access. - `-api-report` `<filename>` -- Used to generate a report of APIs used in a project.
