#
# SPDX-FileCopyrightText: Copyright 2024-2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
#
# SPDX-License-Identifier: Apache-2.0
#

# Disable Bzlmod for every Bazel command
common --enable_bzlmod=false

# Basic build settings
build --jobs 8

# Explicitly sets the C++ standard for external dependencies.
build --cxxopt=-std=c++17
