Open schrodyn opened 1 week ago
Can you check if this work for you?
RUSTFLAGS="-C link-args=-znostart-stop-gc" cargo build --release
Thanks, Victor. Got it to compile with the following command RUSTFLAGS="-Clink-arg=-z -Clink-arg=nostart-stop-gc" cargo build --release
I just wasn't sure how to tell Rust to use these flags. Is this something that could be added to a cargo config for FreeBSD build targets?