summaryrefslogtreecommitdiff
path: root/asl/BUILD.bazel
blob: aa76d47d3853ea41193fc44e0c722e7c82acede1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2025 Steven Le Rouzic
#
# SPDX-License-Identifier: BSD-3-Clause

config_setting(
    name = "debug",
    values = {
        "compilation_mode": "dbg",
    },
)

config_setting(
    name = "optimized",
    values = {
        "compilation_mode": "opt",
    },
)