Re: [Mesa-dev] [PATCH mesa v2] vc4: fix release build

2017-10-26 Thread Eric Anholt
Eric Engestrom writes: > Mesa's DEBUG and assert's NDEBUG are not tied to each other, so we need > to explicitly compile this code out. > > Fixes: 3df78928786134874eafa "vc4: Drop reloc_count tracking for debug >asserts on non-debug builds." > Cc: Eric Anholt > Signed-off-by: Eric Engest

[Mesa-dev] [PATCH mesa v2] vc4: fix release build

2017-10-26 Thread Eric Engestrom
Mesa's DEBUG and assert's NDEBUG are not tied to each other, so we need to explicitly compile this code out. Fixes: 3df78928786134874eafa "vc4: Drop reloc_count tracking for debug asserts on non-debug builds." Cc: Eric Anholt Signed-off-by: Eric Engestrom --- Changes in v2: - change DEBUG