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