Merge branch 'redox-unix' of https://gitlab.redox-os.org/redox-os/cookbook into redox-unix

This commit is contained in:
Jeremy Soller 2019-06-16 09:38:15 -06:00
commit 8b30df818c
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -6,7 +6,7 @@ source config.sh
# Variables to be overriden by recipes
export BINDIR=bin
export CARGO=(env RUSTFLAGS="$PREFIX_RUSTFLAGS" xargo)
export CARGO=(env RUSTFLAGS="$PREFIX_RUSTFLAGS -C link-arg=-zmuldefs" xargo)
export CARGOBUILD=rustc
export CARGOFLAGS=
export DEBUG=