diff options
author | Eric Engestrom <[email protected]> | 2019-04-24 13:16:57 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-04-30 15:25:40 +0000 |
commit | 46d6883a13717b4d91e31f76176cb74f66691d1c (patch) | |
tree | 8a6616c3f99950ec5fb00facf5404afbef0f4f18 /docs/debugging.html | |
parent | 1936bad9ec15883eefc327bdb56c2a795a0e918e (diff) |
docs: replace autotools intructions with meson equivalent
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'docs/debugging.html')
-rw-r--r-- | docs/debugging.html | 8 |
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 |