mirror of
https://review.haiku-os.org/haiku
synced 2025-02-23 05:58:31 +01:00
kernel_debug_config: Turn KDEBUG_LEVEL down from 2 to 1.
Per the ReleaseCookbook.
This commit is contained in:
parent
53b1be204f
commit
36c5d2644d
@ -5,7 +5,7 @@
|
||||
// 0: Disables all debug code that hasn't been enabled otherwise.
|
||||
// 1: Enables some lightweight debug code.
|
||||
// 2: Enables more debug code. Will impact performance.
|
||||
#define KDEBUG_LEVEL 2
|
||||
#define KDEBUG_LEVEL 1
|
||||
|
||||
#define KDEBUG_LEVEL_2 (KDEBUG_LEVEL >= 2)
|
||||
#define KDEBUG_LEVEL_1 (KDEBUG_LEVEL >= 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user