x86-64: Don't print "Initializing x86-64 optimizations" in debug builds.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 2 Apr 2012 21:53:00 +0000 (14:53 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 9 Apr 2012 17:17:39 +0000 (10:17 -0700)
commit430562a980578410127aac534e11c30ac025e749
tree37c916379983fad8b159cb0a2f321d7b3c49fd3e
parent781e2d5cfae37c24180c0c622467f656582af9f5
x86-64: Don't print "Initializing x86-64 optimizations" in debug builds.

In "release" builds, Mesa would print this message if the MESA_DEBUG
variable was set.  Make it so for debug builds as well.

I build debug builds all the time, but I'm not debugging this.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/x86-64/x86-64.c