1# SPDX-License-Identifier: Apache-2.02# SPDX-FileCopyrightText: 2023 The Gleam contributors34# Statically link the CRT on Windows with MSVC toolchain5# (only in release mode)6[target.'cfg(all(windows, target_env = "msvc"))']7rustflags=["-C","target-feature=+crt-static"]