wstunnel/.cargo/config.toml
Erèbe - Romain Gerard e1a77443c1
Update config.toml
2023-11-03 21:49:39 +01:00

10 lines
242 B
TOML

[build]
rustflags = ["--cfg", "uuid_unstable"]
[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]