mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 18:28:13 +03:00
34 lines
656 B
TOML
34 lines
656 B
TOML
|
|
[build]
|
|
|
|
rustdocflags = ["--cfg", "docsrs"]
|
|
rustflags = []
|
|
|
|
[target.aarch64-apple-darwin]
|
|
rustflags = []
|
|
|
|
[target.aarch64-unknown-linux-gnu]
|
|
linker = "aarch64-linux-gnu-gcc"
|
|
rustflags = []
|
|
|
|
[target.aarch64-unknown-linux-musl]
|
|
linker = "aarch64-linux-musl-gcc"
|
|
rustflags = ["-C", "target-feature=-crt-static", "-C", "link-arg=-lgcc"]
|
|
|
|
[target.armv7-unknown-linux-gnueabihf]
|
|
linker = "arm-linux-gnueabihf-gcc"
|
|
rustflags = []
|
|
|
|
[target.aarch64-linux-android]
|
|
rustflags = []
|
|
|
|
[target.x86_64-pc-windows-msvc]
|
|
linker = "rust-lld"
|
|
|
|
[target.aarch64-pc-windows-msvc]
|
|
linker = "rust-lld"
|
|
rustflags = []
|
|
|
|
[target.wasm32-unknown-unknown]
|
|
rustflags = []
|