This commit is contained in:
holger krekel
2019-11-12 22:04:42 +01:00
parent 12df95007b
commit 6953386d65

View File

@@ -6,7 +6,7 @@ export RUST_TEST_THREADS=1
export RUST_BACKTRACE=1
export RUSTFLAGS='--deny warnings'
export OPT="-j1 --target=$TARGET"
export OPT_RELASE="--release ${OPT}"
export OPT_RELEASE="--release ${OPT}"
export OPT_FFI_RELEASE="--manifest-path=deltachat-ffi/Cargo.toml --release"
# Select cargo command: use cross by default