mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
build: fix log domains
This commit is contained in:
@ -5,7 +5,7 @@ libsysprof_analyze_test_env = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
libsysprof_analyze_testsuite_c_args = [
|
libsysprof_analyze_testsuite_c_args = [
|
||||||
'-DG_LOG_DOMAIN="libdex"',
|
'-DG_LOG_DOMAIN="libsysprof-analyze"',
|
||||||
'-DG_ENABLE_DEBUG',
|
'-DG_ENABLE_DEBUG',
|
||||||
'-UG_DISABLE_ASSERT',
|
'-UG_DISABLE_ASSERT',
|
||||||
'-UG_DISABLE_CAST_CHECKS',
|
'-UG_DISABLE_CAST_CHECKS',
|
||||||
|
|||||||
@ -5,7 +5,7 @@ libsysprof_gtk_test_env = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
libsysprof_gtk_testsuite_c_args = [
|
libsysprof_gtk_testsuite_c_args = [
|
||||||
'-DG_LOG_DOMAIN="libdex"',
|
'-DG_LOG_DOMAIN="libsysprof-gtk"',
|
||||||
'-DG_ENABLE_DEBUG',
|
'-DG_ENABLE_DEBUG',
|
||||||
'-UG_DISABLE_ASSERT',
|
'-UG_DISABLE_ASSERT',
|
||||||
'-UG_DISABLE_CAST_CHECKS',
|
'-UG_DISABLE_CAST_CHECKS',
|
||||||
|
|||||||
@ -5,7 +5,7 @@ libsysprof_profile_test_env = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
libsysprof_profile_testsuite_c_args = [
|
libsysprof_profile_testsuite_c_args = [
|
||||||
'-DG_LOG_DOMAIN="libdex"',
|
'-DG_LOG_DOMAIN="libsysprof-profile"',
|
||||||
'-DG_ENABLE_DEBUG',
|
'-DG_ENABLE_DEBUG',
|
||||||
'-UG_DISABLE_ASSERT',
|
'-UG_DISABLE_ASSERT',
|
||||||
'-UG_DISABLE_CAST_CHECKS',
|
'-UG_DISABLE_CAST_CHECKS',
|
||||||
|
|||||||
Reference in New Issue
Block a user