blob: 7557119e16728fe7ed6b392f0f65bb724a5e2bfa [file]
# Copyright 2026 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
declare_args() {
# Whether to use lockdep to detect cycles in the lock acquisition graph.
# Enabled by default in balanced and debug modes.
starnix_sync_detect_lock_dep_cycles = compilation_mode != "release"
}