This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new c1f0801 added note about compc
c1f0801 is described below
commit c1f08011e0207b7ef0e3e47e9d344d8e5b0b70fe
Author: Harbs <[email protected]>
AuthorDate: Mon Jan 3 22:29:13 2022 +0200
added note about compc
---
compiler/compiler-options.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/compiler/compiler-options.md b/compiler/compiler-options.md
index 0d32041..299e8cf 100644
--- a/compiler/compiler-options.md
+++ b/compiler/compiler-options.md
@@ -54,6 +54,9 @@ List of recent commonly used available compiler options
* [warn-public-vars](compiler/compiler-options#warn-public-vars)
**Reduce output size**
+
+Note: These options apply only to compiling applications using `mxmlc`. If you
are compiling a library (using `compc`), the following options do not exist and
you will get a warning if you try to use them. The library code will be output
using whatever options are used in the final application.
+
You can use these options to reduce the size of your compiled application:
* [export-public-symbols](compiler/compiler-options#export-public-symbols)