hurl/.cargo/config.toml

6 lines
277 B
TOML
Raw Normal View History

2022-12-22 14:01:57 +03:00
# On platforms with musl, we desactivate static linking
# with CRT: on Alpine for instance, we must compile Hurl with this flag
# in order to produce a valid binary (mainly because of curl crate)
[target.'cfg(target_env = "musl")']
rustflags = ["-Ctarget-feature=-crt-static"]