build: Enable COGL_OBJECT_DEBUG in the debug flags
The CoglObject debugging code is enabled by a separate flag. http://bugzilla.clutter-project.org/show_bug.cgi?id=2318
This commit is contained in:
parent
d1b4495f7f
commit
5529619254
@ -904,7 +904,7 @@ AC_ARG_ENABLE([cogl-debug],
|
|||||||
AS_CASE([$enable_cogl_debug],
|
AS_CASE([$enable_cogl_debug],
|
||||||
|
|
||||||
[yes],
|
[yes],
|
||||||
[COGL_DEBUG_CFLAGS="-DCOGL_GL_DEBUG -DCOGL_HANDLE_DEBUG -DCOGL_ENABLE_DEBUG"],
|
[COGL_DEBUG_CFLAGS="-DCOGL_GL_DEBUG -DCOGL_OBJECT_DEBUG -DCOGL_HANDLE_DEBUG -DCOGL_ENABLE_DEBUG"],
|
||||||
|
|
||||||
[minimum],
|
[minimum],
|
||||||
[COGL_DEBUG_CFLAGS="-DCOGL_ENABLE_DEBUG"],
|
[COGL_DEBUG_CFLAGS="-DCOGL_ENABLE_DEBUG"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user