From 559d80f38e008c6ec3243d1587d7847318771143 Mon Sep 17 00:00:00 2001 From: Thomas Suckow Date: Mon, 12 May 2014 13:36:19 -0700 Subject: [PATCH] Add runtime-debugging description below debug-symbols --- doc/src/reference.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/src/reference.xml b/doc/src/reference.xml index 512b4b876..1d41ec095 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