We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084515a commit 681feb9Copy full SHA for 681feb9
src/as3-guide/using-configuration-constants.md
@@ -33,4 +33,12 @@ CONFIG::debugging var x;
33
34
## CONFIG::test
35
36
-`CONFIG::test` indicates whether compilation is occurring in testing mode.
+`CONFIG::test` indicates whether compilation is occurring in testing mode.
37
+
38
+## CONFIG::debug
39
40
+`CONFIG::debug` indicates whether compilation is occurring in debugging mode.
41
42
+## CONFIG::release
43
44
+`CONFIG::release` indicates whether compilation is occurring in release mode.
0 commit comments