| # Copyright 2025 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 tracing-mutex to detect cycles in the lock acquisition graph. | |
| # Only enable this on debug builds by default because it makes balanced/release too slow for | |
| # real use. | |
| fuchsia_sync_detect_lock_cycles = compilation_mode == "debug" | |
| } |