util/ralloc: Switch from DEBUG to NDEBUG
authorMatt Turner <mattst88@gmail.com>
Sun, 11 Nov 2018 21:36:29 +0000 (13:36 -0800)
committerMatt Turner <mattst88@gmail.com>
Tue, 13 Nov 2018 04:54:49 +0000 (20:54 -0800)
commit7e3748c268cd817b1b91f403baa7677db82ce1c1
tree398e5630c968f896e9c4dcfe17db78e2b3cd45f4
parent34dffcf9132fa2a831f417968e1c8e0fadc6dd77
util/ralloc: Switch from DEBUG to NDEBUG

The debug code is all asserts, so protect it with the same thing that
controls assert.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/util/ralloc.c