mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-01 22:00:26 +01:00
radeon: Change default debug level to verbose.
Verbose is a lot better for developement but we should considre changing it to normal in stable branch.
This commit is contained in:
parent
012e990160
commit
6c963fbdd1
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ typedef enum radeon_debug_levels {
|
|||
* Compile time option to change level of debugging compiled to dri driver.
|
||||
*/
|
||||
#ifndef RADEON_DEBUG_LEVEL
|
||||
#define RADEON_DEBUG_LEVEL RADEON_NORMAL
|
||||
#define RADEON_DEBUG_LEVEL RADEON_VERBOSE
|
||||
#endif
|
||||
|
||||
typedef enum radeon_debug_types {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue