diff --git a/doc/src/reference.xml b/doc/src/reference.xml
index 8a460c72d..a8d41f221 100644
--- a/doc/src/reference.xml
+++ b/doc/src/reference.xml
@@ -681,6 +681,21 @@ path-constant DATA : data/a.txt ;
+ runtime-debugging
+
+
+ Allowed values: on, off.
+
+ The runtime-debugging feature specifies if
+ produced object files, executables and libraries should include
+ behaviour useful only for debugging, such as asserts.
+ Typically, the value of this feature is implicitly set by the
+ variant feature, but it can be explicitly
+ specified by the user. The most common usage is to build
+ release variant with debugging output.
+
+
+
target-os