wstunnel/.cargo/config.toml

11 lines
242 B
TOML
Raw Normal View History

[build]
rustflags = ["--cfg", "uuid_unstable"]
2023-11-03 20:49:39 +00:00
[env]
ANDROID_NDK = "r25b"
#[target.'cfg(target_os = "linux")']
#rustflags = ["-C", "linker=ld.lld", "-C", "relocation-model=static", "-C", "strip=symbols", "--cfg", "uuid_unstable"]
#[build]