vaultwarden: rustc OOMs on 32-bit
This commit is contained in:
parent
dde31b16cb
commit
cc2522d2e2
@ -25,6 +25,7 @@ make_dirs="/var/lib/vaultwarden 0750 _vaultwarden _vaultwarden"
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
export CARGO_PROFILE_RELEASE_LTO=thin
|
||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=16
|
||||
disable_parallel_build=yes
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user