mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 15:32:51 -04:00
Define DEVELOPER_MODE in developer-mode builds
So that build-time consumers (e.g. feature-test) can detect developer mode through a single dedicated symbol rather than proxying through implementation-detail defines like ISC_MEM_TRACKLINES. Assisted-by: Claude:claude-opus-4-7
This commit is contained in:
parent
be4f6ad202
commit
d9aeee7901
1 changed files with 1 additions and 0 deletions
|
|
@ -330,6 +330,7 @@ if not cc.compiles(constexpr_test, name: 'usage of constexpr')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if developer_mode
|
if developer_mode
|
||||||
|
config.set('DEVELOPER_MODE', 1)
|
||||||
config.set('ISC_LIST_CHECKINIT', 1)
|
config.set('ISC_LIST_CHECKINIT', 1)
|
||||||
config.set('ISC_MEM_TRACKLINES', 1)
|
config.set('ISC_MEM_TRACKLINES', 1)
|
||||||
config.set('ISC_MUTEX_ERROR_CHECK', 1)
|
config.set('ISC_MUTEX_ERROR_CHECK', 1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue