- Lower DEBUG_CONSISTENCY to 1 2 is only really useful when debugging
the register allocator. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1306 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
12d2e683f4
commit
a4aef6d3bb
|
@ -13,7 +13,7 @@
|
|||
|
||||
#define MAX_ALLOCATION_PASSES 100
|
||||
|
||||
#define DEBUG_CONSISTENCY 2
|
||||
#define DEBUG_CONSISTENCY 1
|
||||
#define DEBUG_SDP_BLOCKS 0
|
||||
#define DEBUG_TRIPLE_COLOR 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue