| # 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" | |
| } |