mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 03:48:02 +02:00
meson: Don't define DBUS_ENABLE_ASSERTS
The other build systems don't define this, and it's too confusing to have both DBUS_ENABLE_ASSERTS and DBUS_ENABLE_ASSERT. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
09ebed95ea
commit
9c9fae18dd
1 changed files with 0 additions and 2 deletions
|
|
@ -647,8 +647,6 @@ config.set('DBUS_ENABLE_VERBOSE_MODE', verbose_mode)
|
|||
|
||||
# Asserts defaults to developer mode
|
||||
asserts = get_option('asserts')
|
||||
config.set('DBUS_ENABLE_ASSERTS', asserts)
|
||||
|
||||
config.set('DBUS_ENABLE_ASSERT', asserts ? 1 : false)
|
||||
config.set('DBUS_DISABLE_ASSERT', not asserts ? 1 : false)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue