VeriBib-rs/.cargo/config.toml

9 lines
324 B
TOML

# Tri-target friendly config.
# For Linux static builds:
# rustup target add x86_64-unknown-linux-musl
# sudo apt-get install -y musl-tools
# cargo build --release --target x86_64-unknown-linux-musl
#
# Future: Cosmopolitan experiments (advanced)
# You can try setting cosmocc as linker and using APE post-link steps.