Temporarily disable erasure

This commit is contained in:
Michael Vines
2018-07-16 07:42:44 -07:00
committed by Grimes
parent 4631af5011
commit d6a8e437bb
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ else
declare features=""
if [[ "$program" =~ ^(.*)-cuda$ ]]; then
program=${BASH_REMATCH[1]}
features="--features=cuda,erasure"
features="--features=cuda"
fi
if [[ -z "$DEBUG" ]]; then
maybe_release=--release