This commit is contained in:
holger krekel
2019-11-12 21:01:40 +01:00
parent 1966e873bd
commit 226caa4db6

View File

@@ -5,7 +5,7 @@ set -ex
export RUST_TEST_THREADS=1
export RUST_BACKTRACE=1
export RUSTFLAGS='--deny warnings'
export OPT="-j3 --target=$TARGET"
export OPT="-j2 --target=$TARGET"
export OPT_RELASE="--release ${OPT}"
export OPT_FFI_RELEASE="--manifest-path=deltachat-ffi/Cargo.toml --release"