summaryrefslogtreecommitdiffstats
path: root/docs/debugging.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/debugging.html')
-rw-r--r--docs/debugging.html8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/debugging.html b/docs/debugging.html
index 76d0a4aa533..43c29dbc70a 100644
--- a/docs/debugging.html
+++ b/docs/debugging.html
@@ -26,12 +26,8 @@
</p>
<p>
- More extensive error checking is done when Mesa is compiled with the
- DEBUG symbol defined. You'll have to edit the Make-config file and
- add -DDEBUG to the CFLAGS line for your system configuration. You may
- also want to replace any optimization flags with the -g flag so you can
- use your debugger. After you've edited Make-config type 'make clean'
- before recompiling.
+ More extensive error checking is done in DEBUG builds
+ (<code>--buildtype debug</code> for meson, <code>build=debug</code> for scons).
</p>
<p>
In your debugger you can set a breakpoint in _mesa_error() to trap Mesa