docs: replace autotools intructions with meson equivalent
[mesa.git] / docs / debugging.html
index 76d0a4aa53358fb56640317ed9b65f13ba6f8fc1..43c29dbc70a4b88a03d8625ab886dc1dc2849482 100644 (file)
 </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