Skip to content

Commit 681feb9

Browse files
committed
Update
1 parent 084515a commit 681feb9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/as3-guide/using-configuration-constants.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,12 @@ CONFIG::debugging var x;
3333

3434
## CONFIG::test
3535

36-
`CONFIG::test` indicates whether compilation is occurring in testing mode.
36+
`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

Comments
 (0)