On 09.05.2014 00:45, Eric Anholt wrote: > Disabling asserts is something the user gets to manage. > > Signed-off-by: Eric Anholt <[email protected]> > --- > glamor/glamor_priv.h | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/glamor/glamor_priv.h b/glamor/glamor_priv.h > index 96635be..c56c559 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> >
Reviewed-by: Michel Dänzer <[email protected]> -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast | Mesa and X developer _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
