glamor: Stop disabling asserts by default.
Disabling asserts is something the user gets to manage. Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
8e2fefe3ef
commit
bbfed454b2
|
@ -30,9 +30,6 @@
|
|||
#include "dix-config.h"
|
||||
|
||||
#include <xorg-server.h>
|
||||
#ifndef DEBUG
|
||||
#define NDEBUG
|
||||
#endif
|
||||
#include "glamor.h"
|
||||
|
||||
#include <epoxy/gl.h>
|
||||
|
|
Loading…
Reference in New Issue