diff options
author | Eric Anholt <eric@anholt.net> | 2014-05-08 08:45:22 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-05-12 14:12:26 -0700 |
commit | bbfed454b2a0fd5e2723524d145cb7c6e5aa9193 (patch) | |
tree | cee04451f2263fbb5b707aefc68322978f783c7e /glamor | |
parent | 8e2fefe3ef247f8b5d74e32e8d37c619b06fc60c (diff) |
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>
Diffstat (limited to 'glamor')
-rw-r--r-- | glamor/glamor_priv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/glamor/glamor_priv.h b/glamor/glamor_priv.h index 96635be39..c56c55973 100644 --- a/glamor/glamor_priv.h +++ b/glamor/glamor_priv.h @@ -30,9 +30,6 @@ #include "dix-config.h" #include <xorg-server.h> -#ifndef DEBUG -#define NDEBUG -#endif #include "glamor.h" #include <epoxy/gl.h> |