xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/proto/BUILD.bazel (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1*d4726bddSHONG Yifanconfig_setting(
2*d4726bddSHONG Yifan    name = "release",
3*d4726bddSHONG Yifan    values = {
4*d4726bddSHONG Yifan        "compilation_mode": "opt",
5*d4726bddSHONG Yifan    },
6*d4726bddSHONG Yifan)
7